301 redirect help neaded
Posted: Fri Jun 29, 2012 1:04 pm
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 /
nothing happened and result is still 404 error.
second option we tried:
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?
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]
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
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?