X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=www%2F.htaccess;h=a3be2debc0ff2ada0d671a612b504d4ad0c778ac;hb=ae61a962282c09760dcd69150c6b242945bb4e2f;hp=e56e28a3cfdc04ff8c4f33979b3092c8d6b61c34;hpb=cd900901a496c76cb2e0cf0d4efba43540b86002;p=readifood.git diff --git a/www/.htaccess b/www/.htaccess index e56e28a..a3be2de 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -1,5 +1,3 @@ RewriteEngine on -RewriteCond %{REQUEST_FILENAME} !/style\.css$ -RewriteCond %{REQUEST_FILENAME} !/logo\.png$ -RewriteCond %{REQUEST_FILENAME} !/login\.php$ +RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.+) index.php [L]