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
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