|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (4 bit)
Join Date: May 2002
Location: Holyoke, MA
Posts: 14
|
Symbolic link
How do I make a symbolic link such as:
http://markmartin.racing-forums.com That will remain the above URL as opposed to resolving to the URL I have in my actual code which is: Code:
if ($HTTP_HOST == "markmartin.racing-forums.com") { header ("Location: http://www.racing-forums.com/bbs/index.php?styleid=56"); }
Last edited by qwaz; 05-06-2002 at 06:24 PM. |
|
|
|
|
|
#2 |
|
Resident Slacker
Join Date: Dec 2001
Location: Suisun City, California (i know, where the hell is that?!?!?)
Posts: 2,620
|
use (a href="whatever.com" target="_blank") whatever it's called.com(/a)
and replace the ()'s with <>'s
__________________
Friends help you move. REAL friends help you move bodies. - me quite possibly the best book ever written... by me |
|
|
|
|
|
#3 |
|
Member (4 bit)
Join Date: May 2002
Location: Holyoke, MA
Posts: 14
|
huh?
I have a symlink called "markmartin" that is pointing to public_html/bbs/index.php That code that I pasted above is from the index.php file to provide a different stlye page depending on the URL used to navigate into the site. I'm asking how do I make a symlink that will keep the URL the person used as opposed to reverting to the URL in the php. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|