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