|
I want to have a generic URL appear for every page.
Example: www.go2sanfran.com should appear on page when people search the site instead of: www.go2sanfran.com/question/?link=ask&l=...
The reason for this is I have multiple domain names on the same root that I do not want the root to show.
Example: www.go2sanfran.com is the main site.
I also have sanfraniscool.com and sanfranfun.com. I have them redirected to use the directory www.go2sanfran.com and appear but if they need to use any folder under the files of sanfraniscool.com the URL displays http://www.go2sanfran.com/sanfraniscool/...
Thanks!
How do I make a generic URL appear on every page of my website.?
You could probably achieve this using frames. With frames, the url shown in the browser doesn't need to change at all.
Try a tutorial like http://www.htmlcodetutorial.com/frames/f...
Of course, you can't completely hide the true urls and domain names. A savy user can know where to look in his browser to find that info.
|