Re: Using .htaccess to redirect specific .php file requests



Why not just put something like this at the top of the page:

if($_GET['number'] == 10)
//do your redirect

//continue with rest of page

.