ralfepoisson/sales-notes/master/frontend/.htaccess - Htaccess File

ralfepoisson/sales-notes/master/frontend/.htaccess

Options +FollowSymLinks
 
RewriteEngine On
RewriteBase /

RewriteRule    ^([A-Za-z0-9-]+)/?$    index.php?p=$1    [NC,L]    # Process Controllers
RewriteRule    ^([A-Za-z0-9-]+)/([A-Za-z0-9-]+)/?$    index.php?p=$1&action=$2    [NC,L]    # Process Controllers and Controller Actions

On Github License

Files

Download PDF of Htaccess file

Comments

Apache