SEO URL's

Go to System → Settings  System


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.

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 key your type when creating your products.  AbanteCart supports SEO Keywords for Multiple Languages



Apache

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

This file is located in public_html directory of the source code https://github.com/abantecart/abantecart-src/blob/master/public_html/.htaccess.txt

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.

rewrite 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.

htaccess 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.

Nginx

Nginx configuration file extension  is located in nginx.conf.txt file of public_html directory of the source code https://github.com/abantecart/abantecart-src/blob/master/public_html/nginx.conf.txt

Copy this configuration to your Nginx site configuration. Depending on the site configuration, you might need to alter rewrite rule. 

AbanteCart, all rights reserved. 2024 ©