I'm having a problem. I'm trying to get this url: \[code\]mySite.com/index.php?url=category/value1/value2/value3\[/code\]From this:\[code\]MySite.com/category/value1/value2/value3\[/code\]I have this .htaccess file:\[code\]<IfModule mod_rewrite.c>RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^(.*)$ index.php?url=$1 [L,QSA]</IfModule>\[/code\]everything is working fine if category is everything but "index", so if I put the URL:\[code\]MySite.com/content/tv/color\[/code\]The array $_GET is equal to: \[code\]Array( => content/tv/color/)\[/code\]but ...:1/128 </Directory></VirtualHost>\[/code\]