-
Jan 27th, 2012, 4:00 am #1I'm New!
- Join Date
- January 27, 2012
- Posts
- 1
- Rep Power
- 0
- Feedback Score
- 0
301 redirect and SEO friendly permalinks stopped working
Hi, I wonder if anyone could help me.
We did a 301 redirect from bedroomfurniture.co.uk to "www" version and SEO friendly permalinks for our oscommerce website and I noticed yesterday non of them was suddenly working anymore.
301 redirect nor permalinks.
This is the code in our .htaccess file. Can anyone see anything wrong with it?
<IfModule mod_php5.c>
php_flag register_long_arrays Off
php_flag register_globals On
php_flag display_errors Off
</IfModule>
<IfModule mod_php4.c>
php_value session.use_trans_sid 0
php_value register_globals 1
php_flag display_errors Off
php_flag track_errors Off
</IfModule>
#CRE_SEO Install Begine
Options +FollowSymLinks
RewriteEngine on
RewriteEngine On
rewritecond %{http_host} ^bedroomfurniture.co.uk/ [nc]
rewriterule ^(.*)$ http://www.bedroomfurniture.co.uk/ [r=301,nc]
RewriteRule ^p([0-9]+)-(.*)\.html$ /product_info.php?products_id=$1 [QSA,L]
RewriteRule ^(.*)/c(.+)_p([0-9]+)-(.*)\.html$ /product_info.php?cPath=$2&products_id=$3 [QSA,L]
RewriteRule ^(.*)/c(.*)_index\.html$ /index.php?cPath=$2 [QSA,L]
RewriteRule ^(.*)/s(.*)_productset\.html$ /productset.php?pSet=$2 [QSA,L]
RewriteRule ^i([0-9]+)-(.*)\.html$ /pages.php?pID=$1 [QSA,L]
rewritecond %{http_host} ^bedroomfurniture.co.uk/ [nc]
rewriterule ^(.*)$ http://www.bedroomfurniture.co.uk/ [r=301,nc]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.php\ HTTP/
RewriteRule ^(.*)index\.php$ /$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /.*index\.html\ HTTP/
RewriteRule ^(.*)index\.html$ /$1 [R=301,L]
I'm not a developer, just making few changes when needed so I would really appreciate someones help on this.
Thank you
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
SSI includes has stopped working for php files
By zxpro168 in forum Dedicated / VPS HostingReplies: 2Last Post: Mar 28th, 2009, 12:19 pm -
Wordpress widgets stopped being draggable
By Colleen in forum BloggingReplies: 8Last Post: Jun 24th, 2008, 11:30 pm -
Finally stopped the bw thieves
By iowadawg in forum General BusinessReplies: 7Last Post: Feb 12th, 2008, 8:05 am -
IE7 Abruptly Stopped Working????
By drgeorgep in forum Computers and ElectronicsReplies: 5Last Post: Dec 24th, 2007, 1:10 am -
my wo$ stopped?
By AbsolutelyFreeWeb in forum Feedback and SupportReplies: 12Last Post: Oct 26th, 2004, 11:23 am

LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks