nauzet18/consig/master/public/.htaccess - Htaccess File

nauzet18/consig/master/public/.htaccess

Options -Indexes
RewriteEngine On
RewriteBase /consigna

RewriteRule ^(css|js|img)/(.+)+(.+).(.+) $1/$2.$4 [L]
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