Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Go to System → Settings  System


Widget Connector
width750
urlhttps://www.youtube.com/watch?v=ebtJ75R9HpA

An SEO URL provides both humans and search engines an easy-to-understand indication of what the destination page will be about. Search Engine Friendly URLs allows you to activate categories and product's SEO Keyword setting. For each product, category, brand or content page you can assign SEO keyword visible in url. This will better describe a product's page to visitors and search engines.

Info

For example, when SEO URLs disabled regular product page URL will be http://demo.abantecart.com/index.php?rt=product/product&path=68&product_id=119 

when SEO URLs enabled the same page will be accessible with http://demo.abantecart.com/polo-tshirt or whatever seo SEO key your type when creating your products. Take a note in AbanteCart SEO Keywords have Multi-Language support AbanteCart supports SEO Keywords for Multiple Languages




To use SEO URL's Apache module mod_rewrite must be installed and you need to rename the root htaccess.txt file to .htaccess

mod_rewrite is something that is installed on your server by your web host. You need to ask your host (or look in their help guide) to find out if you have it.

Warning
titlerewrite base note

If you access store with sub-folder like http://www.mydomain/subfolder make sure to change RewriteBase / to RewriteBase /subfolder/ in the .htaccess file.


.htaccess is a configuration file for use on web servers running the Apache Web Server software.

Note
titlehtaccess note

The dot in front of “.htaccess” indicates that this file is ‘invisible’. Therefore you may have to configure the FTP application or hosting file manager you’re using to show invisible files.

“.htaccess” on an Apache based web server, will allow you to configure specific settings for how you’d like your website, or certain files within your website, to behave.