• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: How to 301 redirect w/ mod_rewrite enabled
PostPosted: Tue Jun 16, 2009 3:19 am 
Offline
Forum Members
Forum Members

Joined: Thu Sep 04, 2008 3:49 am
Posts: 84
I've just recently redesigned an old static site to cmsms and needed to redirect the old pages. I found that using redirect 301 was producing urls that take you to the new page but then append ?page=oldpage.html which caused it to have a 401 error. Hunting around the forum I found that you need to use RewriteRule instead but it took me awhile to find the info then construct the string correct. Hopefully this will help out others needing to know how to build 301 redirects when mod_rewrite is enabled for pretty urls.


use RewriteRule instead of redirect 301 and place the code directly under
Code:
RewriteBase /


Your redirect command should look like this:
Code:
RewriteRule ^oldpage.html$ http://www.yoursite.com/newpage.html [R=301,L]


-Alane


Top
 Profile  
 
 Post subject: Re: How to 301 redirect w/ mod_rewrite enabled
PostPosted: Wed Jun 17, 2009 2:34 pm 
Offline
Support Guru
Support Guru

Joined: Mon Jul 24, 2006 3:27 pm
Posts: 3694
Location: Paris
See also http://wiki.cmsmadesimple.org/index.php ... ade_Simple

_________________
-- Pierre, support team member. comodérateur du forum francophone.
Please read "how to submit installation/support requests" before posting. Don't send private messages to ask for support.
Want to contribute to CMSms ? Improve the wiki with your forum account.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner