Browse Source

Correction interface

master
Fab 3 years ago
parent
commit
9d74b7cbd9
1 changed files with 22 additions and 0 deletions
  1. +22
    -0
      public/.htaccess

+ 22
- 0
public/.htaccess View File

@@ -0,0 +1,22 @@
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
</IfModule>

<IfModule !mod_rewrite.c>
<IfModule mod_alias.c>
RedirectMatch 302 ^/$ /index.php/
</IfModule>
</IfModule>

#SetEnvIf Host besancon.placedulocal.fr passreq
#AuthType Basic
#AuthName "Password Required"
#AuthUserFile /home/placedulocal/config/apache/.htpasswd
#Require valid-user
#Order allow,deny
#Allow from all
#Deny from env=passreq
#Satisfy any

Loading…
Cancel
Save