orazionelson/cocktail/master/.htaccess - Htaccess File

orazionelson/cocktail/master/.htaccess

# Make sure directory listing is disabled
Options +SymLinksIfOwnerMatch 
#Options +FollowSymLinks -Indexes
RewriteEngine on
#RewriteBase /

# Send request via index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache