Jump to content

Cant do a simple enough Redirect


bluedaniel

Recommended Posts

Ive got this:

 

RewriteRule    ^recipes/compare/([0-9]+)-([0-9]+)/?$    compare.php?recipeID=$1&compare2=$2  [NC,L]    # Handle recipe requests

 

So http://www.whatcouldicook.com/recipes/compare/1169-1110 does work, but I want http://www.whatcouldicook.com/compare.php?recipeID=1169&compare2=1110 to be redirected instantly without the user knowing

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.