View Single Post
  #689  
Old 03-01-2013, 03:40 AM
 
DavyMac DavyMac is offline
 

eXpert
  
Join Date: Apr 2007
Location: Poole, UK
Posts: 333
 

Default Re: CDSEO Pro - Complete SEO Solution - Custom Urls, Page Titles, Meta Data, Link Anchors

Force trailing slashes is raising a 301 according to the HTTP response header, which is great, but the destination page is cdseopro.php - the 404 error page.

Therefore, all URLs without the trailing slash will be redirected to the same page leading to Duplicate Title, Description and Content errors!

Code:
# WCM - Force trailing slashes #RewriteCond %{REQUEST_URI} ^/[^\.]+[^/]$ #RewriteRule ^(.*)$ http://%{HTTP_HOST}/$1/ [R=301,L] # / WCM - Force trailing slashes

Any suggestions please?
__________________
X-Cart GOLD Plus v4.5.4
CDSEO Pro
ewdhosting Dedicated Server
Dedicated SSL
Stone Edge OM
Reply With Quote