Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
632 |
aurelien |
1 |
RewriteEngine On
|
|
|
2 |
RewriteCond %{REQUEST_FILENAME} !-d
|
|
|
3 |
RewriteCond %{REQUEST_FILENAME} !-f
|
|
|
4 |
RewriteRule ^.*$ /client/spip/jrest/index.php/
|
|
|
5 |
|
|
|
6 |
order allow,deny
|
|
|
7 |
allow from localhost
|