How to set it up where it goes to *site*.com/forums/ when typing *site*.com?
8 replies, posted
[b]Solved[/b]
Just make a page that redirects to /forums/ or a .htaccess re-write.
How would I do the htaccess rewrite?
redirect 301 / [url]http://nathansplace.info/forums/[/url]
[editline]27th October 2010[/editline]
I suggest you look here:
[url]http://www.ndesign-studio.com/blog/301-htaccess-redirect[/url]
Nevermind. I guess my hosting provider had a redirecting option, so I chose it to redirect nathansplace.info to [url]http://nathansplace.info/forums[/url]
Dude don't snip out what you wrote in the OP, others may have similar problem so instead of opening a new thread they'll just see what you did.
for future reference...
[php]<?php header("Location: /forums/"); ?>[/php]
[QUOTE=Crhem van der B;25697919]Dude don't snip out what you wrote in the OP, others may have similar problem so instead of opening a new thread they'll just see what you did.[/QUOTE]
I know, but I think the title really just explains it pretty well.
Just don't do it ever again. Or the Nazi's will get you
Sorry, you need to Log In to post a reply to this thread.