Quote:
Originally Posted by percepts possibly you should use
RewriteRule ^(.*)$ /index.php?q=$1 [L,QSA]
or
RewriteRule ^(.*)$ http://www.mydomain.com/index.php?q=$1 [L,QSA] |
Thanks. Without wishing to impose, can you explain what this is about and what your changes would do?