Blame | Last modification | View Log | RSS feed
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^.*$ /client/spip/jrest/index.php/ order allow,deny allow from localhost
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ /client/spip/jrest/index.php/
order allow,deny
allow from localhost