ymmak/phpframework/master/.htaccess - Htaccess File

ymmak/phpframework/master/.htaccess

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

php_flag display_startup_errors on
php_flag display_errors on
php_flag html_errors on

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache