AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: ASiveMAVi on October 20, 2016, 05:44:25 AM

Title: SEO does not work
Post 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 ?
Title: Re: SEO does not work
Post by: digitalt on October 20, 2016, 05:56:25 AM
Did you change .htaccess.txt to .htaccess?
Title: Re: SEO does not work
Post by: ASiveMAVi on October 20, 2016, 08:35:48 AM
I've changed and still does not work
Title: Re: SEO does not work
Post by: digitalt on October 20, 2016, 02:37:19 PM
Is Abantecart installed in the root directory of you URL or in a different directory?

http://docs.abantecart.com/pages/settings/system.html
Title: Re: SEO does not work
Post by: Basara on October 21, 2016, 05:15:08 AM
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
Title: Re: SEO does not work
Post by: ASiveMAVi on October 21, 2016, 06:50:20 AM
hi

Code: [Select]
# 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.

Code: [Select]
# 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

Code: [Select]
# 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