Is it possible to do a redirect from a real page to a virtual page? Example: RewriteRule ^(.*)concerti.php$ http://www.mysite.net/milano/concerti/concerti_milano.htm [R=301] where concerti.php is the real webpage and http://www.mysite.net/milano/concerti/concerti_milano.htm is a virtual page defined in a rewrite rule. Thanks