tienthai0511/demoMVC/master/admins/.htaccess - Htaccess File

tienthai0511/demoMVC/master/admins/.htaccess

#<Files "dsalopekmvc">
#   order allow,deny
#   allow from all
#</Files>

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?load=$1 [PT,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache