dtgfranca/erp/master/.htaccess - Htaccess File

dtgfranca/erp/master/.htaccess

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
php_flag display_errors off
php_flag html_errors off

php_value error_reporting 0

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache