aerouk/backbone/master/app/public/.htaccess - Htaccess File

aerouk/backbone/master/app/public/.htaccess

RewriteEngine On

RewriteRule     ^/?$            /handler.php?page=home          [L,NC]
RewriteRule     ^error/?$       /handler.php?page=error&e=404   [L,NC]
RewriteRule     ^([^/.]+)/?$   /handler.php?page=$1            [L,NC]

ErrorDocument   404             /handler.php?page=error&e=404
ErrorDocument   500             /handler.php?page=error&e=500

On Github License

Files

Download PDF of Htaccess file

Comments

Apache