Forum Moderators: phranque
At the moment i've got
# Do not rewrite these subfolders
rewriteCond %{REQUEST_URI}!^/images/
RewriteRule ^(.*)/$ /?p=$1 [L]
RewriteRule ^css/(.*).css$ /?p=css&css=$1
so domain.com/page/ goes to domain.com/?p=page
but if i type in domain.com/page/?variable=value it sets the get variable 'p' but 'variable' gets lost.
Is someone able to help with with this?
Thanks