SEO Links Replacement: Before enable this option be sure you have configure your web server correctly. For Apache web server you should place these lines to .htaccess file in the script root folder: RewriteEngine on RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule .* index.php [L] Be aware to replace an action code with other action code. It will makes first action unavailable.
Actions: Here you could change names of actions links. |