I have an app on http://apps.facebook.com/myappname that is a canvas page of http://mydomain.com.
I dont want the user to access mydomain.com, so i want to redirect him to http://apps.facebook.com/myappname.
Whats the best wat to do this? I was trying to redirect via javascript,php and htaccess but i get an error since facebook uses my url do load the canvas page. Is there any solution for this?