Bläddra i källkod

Correction interface

master
Fab 3 år sedan
förälder
incheckning
9d74b7cbd9
1 ändrade filer med 22 tillägg och 0 borttagningar
  1. +22
    -0
      public/.htaccess

+ 22
- 0
public/.htaccess Visa fil

@@ -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

Laddar…
Avbryt
Spara