RewriteRule pour la connexion
This commit is contained in:
parent
3ac8821437
commit
bca30cc63a
@ -44,6 +44,15 @@ Configuration vhost
|
||||
RewriteRule ^([a-z]=.*) index.php?$1 [L,NE]
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
<Directory "D:/www/extranet/www/localauth/">
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
<Directory /home/www/data/>
|
||||
AllowOverride none
|
||||
|
@ -57,6 +57,15 @@ Configuration vhost
|
||||
RewriteRule ^([a-z]=.*) index.php?$1 [L,NE]
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
<Directory "D:/www/extranet/www/localauth/">
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
<Directory /var/www/data/>
|
||||
AllowOverride none
|
||||
|
@ -46,6 +46,15 @@ Configuration vhost
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
<Directory "D:/www/extranet/www/localauth/">
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine on
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
<Directory /sites/data/>
|
||||
AllowOverride none
|
||||
Order allow,deny
|
||||
|
Loading…
Reference in New Issue
Block a user