dionyziz/endofcodes/master/.htaccess - Htaccess File

dionyziz/endofcodes/master/.htaccess

RewriteEngine on

RewriteRule ^([a-z]+)/([a-z]+)/?$ index.php?resource=$1&method=$2 [L,QSA]
RewriteRule ^([a-z]+)/?$ index.php?resource=$1 [L,QSA]

<Files "run">
    Order Allow,Deny
    Deny from all
</Files>

RedirectMatch 404 /.git

On Github License

Files

Download PDF of Htaccess file

Comments

Apache