Zalodu/alloy-presentation/master/.htaccess - Htaccess File

Zalodu/alloy-presentation/master/.htaccess

DirectorySlash Off
DirectoryIndex alloy/route.php

RewriteEngine On

RewriteCond %{REQUEST_FILENAME}  -d
RewriteRule  .*$  -  [L]

RewriteCond %{REQUEST_FILENAME}  -f
RewriteRule  .*$  -  [L]

RewriteRule .*$    alloy/route.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache