h0ru5/rugtrain/master/admin/.htaccess - Htaccess File

h0ru5/rugtrain/master/admin/.htaccess

#Admin-Bereich
#AuthName        "Admin Panel"
#AuthType        Basic
#AuthUserFile    /var/www/web617/.htpasswd

#<Limit GET POST>
#require valid-user
#</Limit>
AddHandler x-httpd-php5 .php
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)?*$ admin.php?__route__=/$1 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
GET, POST, REQUEST_FILENAME

Comments

Apache