Political Crossfire Forums Index Political Crossfire Forums
Discuss and Debate Political, cultural and social issues.

 Political Crossfire Forums Index

Question about possible redirecting
Click here to go to the original topic

 
       Political Crossfire Forums Index -> PC-Tech Talk
Click here to go to the original topic        View previous topic :: View next topic  
Author Message
Superfly



Joined: 07 Apr 2006
Posts: 5245
Location: Tornado Alley

Posted: Sat Apr 08, 2006 7:44 pm    Post subject: Question about possible redirecting  

I have a question.

Say I have this:

www.blahblahblah.com/blah/index.php

and I want to direct people to just type in www.blahblahblah.com (without all the /blah/index.php crap), yet they could still go straight to their forum, how would I do that without screwing it up?

I am trying to help someone do this, and forums are so touchy and easy to screw up - I don't want them to blow everything they have. :lol:
Back to top  
Gus



Joined: 17 Jun 2005
Posts: 7609
Location: Tampa, FL

Posted: Sat Apr 08, 2006 10:03 pm    Post subject:  

HTTP redirect. It needs to be set up in your HTTP server config files. If you don't have access to those, usually the host (if you pay) will provide some sort of configuration page to set up redirects.

If you can't set up an HTTP redirect, you can use the old, crappy method of meta tag redirects, which are done like this:

Code: <meta http-equiv=refresh content="1; url=http://www.blahblahblah.com/blah/index.php">

You would put that within <head> of http://www.blahblahblah.com/index.html. The first method is MUCH preferred, as the latter method breaks the "Back" function of the browser because hitting "Back" simply sends you to index.html which would immediately return you to blah/index.php.
Back to top  
Superfly



Joined: 07 Apr 2006
Posts: 5245
Location: Tornado Alley

Posted: Sun Apr 09, 2006 9:23 am    Post subject:  

Thanks! :hi:
Back to top  
Click here to go to the original topic
       Political Crossfire Forums Index -> PC-Tech Talk
Page 1 of 1

Political Forums|Politics Connected|Contact Us



Powered by phpBB Search Engine Indexer
Powered by phpBB © 2001, 2002 phpBB Group