mvhenten/munge/master/Munge-App/public/.htaccess - Htaccess File

mvhenten/munge/master/Munge-App/public/.htaccess

# BEGIN dancer application htaccess
RewriteEngine On
RewriteRule ^server-status$ - [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*) /index.pl/$1 [QSA,L]
# END dancer application htaccess

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache