I have a path like:
http://mysite.com/detailpages/article/title
And I'd like to rewrite it to hide the detailpages folder like this
http://mysite.com/article/title
Now I understand this is doable with something like htaccess rewrite, but how does a service like the facebook like iframe handle this?
Would facebook use the whole url or the rewritten one?
Thanks, Rob