Getting CS 2.06 to 301 instead of 404

Hi,



I have moved to 2.0.6 and I am tring to get CS to report 301 instead of 404. Google has listed many pages as 404 and I wish to resolve the issue. I have attempted to adapt the .htaccess files as -



DirectoryIndex index.html index.php



Options +FollowSymlinks



RewriteEngine on







RewriteCond %{HTTP_HOST} ^designerxs.com$ [NC]

RewriteRule ^(.)$ http://www.designerxs.com/$1 [R=301,L]



RewriteBase /



RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php?sef_rewrite=1 [L,QSA]



RewriteCond %{REQUEST_FILENAME} .
/catalog/.*

RewriteCond %{REQUEST_FILENAME} -d

RewriteCond %{REQUEST_FILENAME}/index.html !-f

RewriteRule . index.php?sef_rewrite=1 [L,QSA]







Am i missing someting becase when i go to www.designerxs.com/store it reports 404. How can i rid the site of 404 and make it all 301?? Or is this bad all round?

[quote name=‘aircomms’]Hi,



I have moved to 2.0.6 and I am tring to get CS to report 301 instead of 404. Google has listed many pages as 404 and I wish to resolve the issue. I have attempted to adapt the .htaccess files as -



DirectoryIndex index.html index.php



Options +FollowSymlinks



RewriteEngine on







RewriteCond %{HTTP_HOST} ^designerxs.com$ [NC]

RewriteRule ^(.)$ http://www.designerxs.com/$1 [R=301,L]



RewriteBase /



RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . index.php?sef_rewrite=1 [L,QSA]



RewriteCond %{REQUEST_FILENAME} .
/catalog/.*

RewriteCond %{REQUEST_FILENAME} -d

RewriteCond %{REQUEST_FILENAME}/index.html !-f

RewriteRule . index.php?sef_rewrite=1 [L,QSA]







Am i missing someting becase when i go to www.designerxs.com/store it reports 404. How can i rid the site of 404 and make it all 301?? Or is this bad all round?[/QUOTE]



[url]http://www.designerxs.com/store[/url] this link moves me to

[url]http://www.designerxs.com/[/url]