.htaccess blocking ONE file and Redirecting it?
Hello,
Ok, I have a file: downloadzip.php?id=WHATEVERNUMBER
I do not want this file to be hotlinked to (other PHP files are fine), so I only want that one file to be protected.
When someone hotlinks to downloadzip.php?id=WHATEVERNUMBER I want them to be redirected to showgame.php?id=WHATEVERNUMBER
What would I put in .htaccess?
Thank you!
Matthew Kremer
|