eolhing/Farore/master/.htaccess - Htaccess File

eolhing/Farore/master/.htaccess

RewriteEngine on
RewriteBase /
RewriteRule ^index.php$ index.php [L,NC,QSA]
RewriteRule ^(.+)$ index.php?data=$1 [L,QSA]

ErrorDocument 401 /error/401
ErrorDocument 403 /error/403
ErrorDocument 404 /error/404
ErrorDocument 500 /error/500

On Github License

Files

Download PDF of Htaccess file

Comments

Apache