- I am download latest version 0.7.7
- Installing system
- Setup Use URL Alias: Yes
- In your opencart directory rename htaccess.txt to .htaccess
- In admin::configuration::URL Alias::New insert
URL Query: controller=product&product_id=1
URL Alias: apple/
URL Query: controller=product&product_id=2
URL Alias: pear/
etc........
Your demo opencart OK!
http://demo.opencart.com/Product-1/
My opencart link
http://domain.ltd/apple/
No product view

files .htaccess :
Code: Select all
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
Charlie | Czech Republic