Hello,
My question and the thing that goes wrong
is when I have two segments
example: www.xxx.nl/products/id
and I have this in the htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
is there a solution, or is this caust by the host
thanks in advance , Richard