News:

AbanteCart v1.4.2 is released.

Main Menu
support

SEO does not work

Started by ASiveMAVi, October 20, 2016, 05:44:25 AM

Previous topic - Next topic

ASiveMAVi

SEO does not work on my website, although it is active.

what should I do ?

digitalt

Did you change .htaccess.txt to .htaccess?

ASiveMAVi

I've changed and still does not work

digitalt

Is Abantecart installed in the root directory of you URL or in a different directory?

http://docs.abantecart.com/pages/settings/system.html

Basara

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

ASiveMAVi

#5
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

Forum Rules Code of conduct
AbanteCart.com 2010 -