vtellez/BringBack/master/public/.htaccess - Htaccess File

vtellez/BringBack/master/public/.htaccess

Options -Indexes
RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

# Opciones para php
php_value short_open_tag        0
php_value register_globals      0

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache