Here is my current htaccess code:
(turn engine on and such) RewriteRule ^foo.xml$ bar.php [NC]
This code works fanstastic on domain names like foobar.com, etc. It does not work for temporary domains like such:
bar.com/~foo/
Is there a work around for this? Any help greatly appreciated!