Is it posssible to write a rule on .htaccess file with RewriteRule, RewriteCond and query_string that redirects this URL http://mydomain.com/&tip=variables&m=data.php to: http://mydomain.com/data.php&tip=variables Thanks, MK
I would just rewrite the first url to a php file and have that php file do the redirect. Would be pretty simple to do.