roysa/devtestmail/master/public/.htaccess - Htaccess File

roysa/devtestmail/master/public/.htaccess

Options +FollowSymlinks -Indexes -MultiViews

RewriteEngine on
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

RewriteRule . index.php [L]

<FilesMatch "^.">
Order Allow,Deny
Deny from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache