Htaccess File

fabsgc/gcs-dev/master/.htaccess

REQUEST_FILENAME
php_flag short_open_tag off
#php_flag display_startup_errors on
#php_flag display_errors on
#php_flag html_errors on

RewriteEngine On

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

php_flag zlib.output_compression on
Exit mobile version