Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

1 Answer

up vote 0 down vote accepted

Would facebook use the whole url or the rewritten one?

It will use the one you tell it.

You have to be aware that rewriting like this is a server-internal thing – the outside world does not even have to know that you internally map something to something else.

share|improve this answer
Awesome, thank you. – Rob Erskine Nov 13 '12 at 21:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.