AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: ASiveMAVi on October 20, 2016, 05:44:25 AM
-
SEO does not work on my website, although it is active.
what should I do ?
-
Did you change .htaccess.txt to .htaccess?
-
I've changed and still does not work
-
Is Abantecart installed in the root directory of you URL or in a different directory?
http://docs.abantecart.com/pages/settings/system.html
-
Hello.
It is important that your .htaccess file is similar with provided by AbanteCart
https://github.com/abantecart/abantecart-src/blob/master/public_html/.htaccess.txt
and it require some changes if your store installed in subdirectory
http://docs.abantecart.com/pages/tips/enable_seo.html
-
hi
# SEO URL Settings
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
in this way it does not work.
# SEO URL Settings
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
In the following sub-categories shapeshifted just it works. The main categories are not working. Home to directing
and
# SEO URL Settings
RewriteBase /subfolder/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
so that the same. The main categories are not working. Home to directing