villers/PHP_my_cinema/master/.htaccess - Htaccess File

villers/PHP_my_cinema/master/.htaccess

php_flag display_startup_errors on
php_flag display_errors off
php_flag html_errors on
php_flag  log_errors on
php_value error_log  /home/viller_m/rendu/PHP_my_cinema/PHP_errors.log

AddDefaultCharset UTF-8

RewriteEngine On
Options +FollowSymLinks

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache