===============================================================================
Description:
[quote]
Modifies URL structure for core pages,
creating Search Engine Friendly URLs.
Example: yourstore.com/index.php?route=checkout/cart
Becomes: yourstore.com/checkout/cart
[/quote]
===============================================================================
Installation:
[quote]
1. Back up OpenCart.
2. Install vQmod.
[url=http://code.google.com/p/vqmod/wiki/Install_OpenCart]http://code.google.com/p/vqmod/wiki/Install_OpenCart[/url]
3. Upload 'vqmod' folder to the root OpenCart directory.
[/quote]
===============================================================================
Instructions:
[quote]
1. In OpenCart Admin - System > Settings > Edit > Server
Choose 'Yes' under 'Use SEO URLs' and Save Settings.
2. In root OpenCart directory, rename htaccess.txt to .htaccess
3. If site uses subfolder (i.e. yourstore.com/store/),
Edit .htaccess file according to following example:
Store URL: yourstore.com/store
Find line: RewriteBase /
Update to: RewriteBase /store/
[/quote]
===============================================================================
↧