Post by onlysitepedro » Fri Aug 21, 2015 5:52 pm

Hi Guys,

I have a problem with my Opencart, i install extension Automatic SEO URL.
Now if i open product appears:

Erro:

Not Found

The requested URL /macbook was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Extension:
http://www.opencart.com/index.php?route ... nhquan4080

Cheers,
Pedro

Newbie

Posts

Joined
Fri Aug 21, 2015 5:48 pm

Post by imdevlper18 » Fri Aug 21, 2015 10:27 pm

Create a file in main opencart directory.
Name of the file will be .htaccess

And add the below in it and save it.

Code: Select all

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ 

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=feed/google_base [L]
RewriteRule ^download/(.*) /index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

Opencart Extensions | Professional opencart support | Support Ticket | support@cartbinder.com


User avatar
Active Member

Posts

Joined
Sun May 11, 2014 2:04 pm
Who is online

Users browsing this forum: No registered users and 3 guests