aboudouRachidi/agnes_recup_art/master/.htaccess - Htaccess File

aboudouRachidi/agnes_recup_art/master/.htaccess

AddDefaultCharset UTF-8

#<IfModule mod_rewrite.c>
#  RewriteEngine On
#  RewriteBase /recup_art/
  
#  RewriteCond %{REQUEST_FILENAME} !-f  
#  RewriteCond %{HTTP_ACCEPT} !(.*images.*)
#  RewriteRule ^(.*)$ index.php/$1 [L]

#</IfModule>

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

On Github License

Files

Download PDF of Htaccess file
HTTP_ACCEPT, REQUEST_FILENAME

Comments

Apache