Re: [us...@httpd] mod_rewrite and location

2010-03-29 Thread Henrik Gemal
shouldn't On 29-03-2010 11:42, Igor Cicimov wrote: Your RewriteRule is wrong redirects everything to index.php in the root directory where you dont have access On Mar 29, 2010 8:24 PM, "Henrik Gemal" <mailto:h...@mail.dk>> wrote: I use mod_rewrite and in the root of the we

[us...@httpd] mod_rewrite and location

2010-03-29 Thread Henrik Gemal
I use mod_rewrite and in the root of the website I have this in the .htaccess file: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?url=$1 [qsappend,last] My index.php is simple: My URLs are something lik