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

vtellez/MailTrack/master/public/.htaccess

Options -Indexes
RewriteEngine On
#RewriteBase /seguimiento

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