Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: SEO does not work  (Read 4169 times)

Offline ASiveMAVi

  • Newbie
  • *
  • Posts: 29
  • Karma: +0/-5
    • View Profile
SEO does not work
« on: October 20, 2016, 05:44:25 AM »
SEO does not work on my website, although it is active.

what should I do ?

Offline digitalt

  • Full Member
  • ***
  • Posts: 116
  • Karma: +20/-0
    • View Profile
Re: SEO does not work
« Reply #1 on: October 20, 2016, 05:56:25 AM »
Did you change .htaccess.txt to .htaccess?

Offline ASiveMAVi

  • Newbie
  • *
  • Posts: 29
  • Karma: +0/-5
    • View Profile
Re: SEO does not work
« Reply #2 on: October 20, 2016, 08:35:48 AM »
I've changed and still does not work

Offline digitalt

  • Full Member
  • ***
  • Posts: 116
  • Karma: +20/-0
    • View Profile
Re: SEO does not work
« Reply #3 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

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5797
  • Karma: +274/-2
    • View Profile
Re: SEO does not work
« Reply #4 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

Offline ASiveMAVi

  • Newbie
  • *
  • Posts: 29
  • Karma: +0/-5
    • View Profile
Re: SEO does not work
« Reply #5 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
« Last Edit: October 21, 2016, 06:55:49 AM by ASiveMAVi »

 

Powered by SMFPacks Social Login Mod