vjroby/library/master/public/.htaccess - Htaccess File

vjroby/library/master/public/.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteRule ^([a-zA-Z0-9:/-_:+%=&]+).?([a-zA-Z]+)?$ index.php?url=$1&extension=$2 [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache