Pages setup with SEO receive 404 Error File Not Found- BlueH
Posted: Mon Mar 25, 2013 12:49 am
Hello,
Can someone please advise of how to resolve an error we receive when we setup our website with SEO.
404 Error File Not Found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.
Steps taken to setup SEO:
1) Opencart/Admin- Enabled SEO- Systems/Settings/Server- Enabled- Use SEO URL's.
2) Renamed the .htaccess.txt to .htaccess.
3) Bluehost confirmed that apache module mod-rewrite is enabled.
Website- teodorab.com- (Page) Skirts- Beige Pencil Skirt produces error after clicking on it.
.htaccess:
RewriteBase /
RewriteRule sitemap.xml /index.php?route=feed/google_sitemap
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
Any suggestions?
Thanks,
Chris
Can someone please advise of how to resolve an error we receive when we setup our website with SEO.
404 Error File Not Found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.
Steps taken to setup SEO:
1) Opencart/Admin- Enabled SEO- Systems/Settings/Server- Enabled- Use SEO URL's.
2) Renamed the .htaccess.txt to .htaccess.
3) Bluehost confirmed that apache module mod-rewrite is enabled.
Website- teodorab.com- (Page) Skirts- Beige Pencil Skirt produces error after clicking on it.
.htaccess:
RewriteBase /
RewriteRule sitemap.xml /index.php?route=feed/google_sitemap
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]
Any suggestions?
Thanks,
Chris