301 redirect help neaded

The place to talk about things that are related to CMS Made simple, but don't fit anywhere else.
Post Reply
daend
New Member
New Member
Posts: 6
Joined: Wed Mar 07, 2007 11:43 am

301 redirect help neaded

Post by daend »

Hi,
I converted site from really old version of CMSMS to latest 1.10.3. Unfortunately site structure and some URLs changed and now we need to create 301 redirect for these pages.

Here are two exmamples what I have unsuccessfully tried to put these two codes in to .htaccess just below RewriteBase /

Code: Select all

RewriteRule /en/accommodation-suppliers/checkinkrakow-com http://www.suricata-travel.com/en/cooperation/poland/krakow [R=301,L]
nothing happened and result is still 404 error.
second option we tried:

Code: Select all

redirect 301 /news/4//Ambassador-Group-Becomes-Our-Partner http://www.suricata-travel.com/news/4/22/Ambassador-Group-Becomes-Our-Partner 
this had some results and page is recirected to: http://www.suricata-travel.com/news/4/2 ... ur-Partner still with 404 error.

Problem is that we have over 100 error with 404 page not found now on site and message in Google Webmaster tools with possible outage.

Could you please help?
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: 301 redirect help neaded

Post by Rolf »

- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
daend
New Member
New Member
Posts: 6
Joined: Wed Mar 07, 2007 11:43 am

Re: 301 redirect help neaded

Post by daend »

Thank you for link. This helps for all pages accept news module links where I need to redirect for example:

Code: Select all

news/29//Corto-penzion-novy-partner-nasi-spolecnosti
to this page

Code: Select all

http://www.suricata-travel.com/news/29/28/Corto-penzion-novy-partner-nasi-spolecnosti
I have this rewrite rule:

Code: Select all

RewriteRule	^news/29//Corto-penzion-novy-partner-nasi-spolecnosti$	http://www.suricata-travel.com/news/29/28/Corto-penzion-novy-partner-nasi-spolecnosti	[R=301,L]
Unfortunately id didnt work and returns 404 Error. Any suggestions?
Post Reply

Return to “The Lounge”