rgantt/sake/master/.htaccess - Htaccess File

rgantt/sake/master/.htaccess

RewriteEngine on
RewriteRule ^(public)$ - [L]
RewriteRule ^$ index.php?page=display&action=index [L]
RewriteRule ^([^/.]+)?$ index.php?page=$1&action=index [L]
RewriteRule ^([^/.]+)/([^/.]+)/?$ index.php?page=$1&action=$2 [L]
RewriteRule ^([^/.]+)/([^/.]+)/([^.]+)/?$ index.php?page=$1&action=$2&params=$3 [L]

On Github License

Files

Download PDF of Htaccess file

Comments

Apache