소스 검색

Correction interface

master
Fab 3 년 전
부모
커밋
9d74b7cbd9
1개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. +22
    -0
      public/.htaccess

+ 22
- 0
public/.htaccess 파일 보기

@@ -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…
취소
저장