----------------------------
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
php_flag magic_quotes_gpc off
php_value memory_limit "128M"
----------------------------
Still not working though, any help
