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.

has anybody any suggestions for how to accomplish the following in an Apache with mod_php and mod_rewrite?

  1. Receive an incoming HTTP request
  2. Forward the request to a PHP script, say test.php
  3. Have the logic in test.php do a calculation resulting in e.g. a value between 1 and 10.
  4. Use the value (1-10) in a mod_rewrite rule to control what resource is (finally) served back to the end user

Note: it is possible to do this using an extra roundtrip to the browser, passing the calculated value as a parameter in a redirect response from the PHP script. I need this to work in a single roundtrip however.

Thanks in advance

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.