Go Back   CodingForums.com > :: Server side development > Apache configuration

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-06-2011, 01:51 PM   PM User | #1
Sim
New Coder

 
Join Date: Feb 2009
Posts: 81
Thanks: 1
Thanked 1 Time in 1 Post
Sim is an unknown quantity at this point
Need some quick help: redirect sub dir to root dir

I just moved my forum from a sub directory to my root directory. I want to redirect all my old links from sub directory to the new links in root directory. How can I do this? ;]


Path was "mydomain.com/forums"
New Path is just "mydomain.com"

ex: "mydomain.com/forums/general-discussion/sim-intro"
I want to redirect to "mydomain.com/general-discussion/sim-intro"
__________________
Online RPG Creator - Create Your Own Online RPG with no programming knoweldge

Last edited by Sim; 03-06-2011 at 01:52 PM.. Reason: title edit
Sim is offline   Reply With Quote
Old 03-06-2011, 01:59 PM   PM User | #2
oesxyl
Master Coder


 
Join Date: Dec 2007
Posts: 6,682
Thanks: 436
Thanked 890 Times in 879 Posts
oesxyl is a jewel in the roughoesxyl is a jewel in the roughoesxyl is a jewel in the rough
Quote:
Originally Posted by Sim View Post
I just moved my forum from a sub directory to my root directory. I want to redirect all my old links from sub directory to the new links in root directory. How can I do this? ;]


Path was "mydomain.com/forums"
New Path is just "mydomain.com"

ex: "mydomain.com/forums/general-discussion/sim-intro"
I want to redirect to "mydomain.com/general-discussion/sim-intro"
try this:

http://httpd.apache.org/docs/2.2/mod...irectpermanent

in .htaccess:

Code:
RedirectPermanent http://mydomain.com/forums http://mydomain.com/
best regards
oesxyl is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:09 PM.


Advertisement
Log in to turn off these ads.