nix-php-training/ads-board2/master/.htaccess - Htaccess File

nix-php-training/ads-board2/master/.htaccess

php_value display_errors 1
php_value display_startup_errors 1

AddDefaultCharset UTF-8
Options -Indexes

SetEnv APP_ENV dev

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

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache