Quote:
Originally Posted by Dan
Hi Jon,
Thanks for your response. I've tried a few including IIRF, ISAPI_Rewrite and none of them seem to be working.
Here's one of my rules; I know it's set out right but none of them are picking it up.
RewriteRule ^login$ 53453946_login.php [L]
|
In IIRF, you need to precede the URL with a slash.
RewriteRule ^/login$ 53453946_login.php [L]
This will allow you to type in http ://myserver.com/login and the actual server-side resource that serves the request will be http ://myserver.com/53453946_login.php .
IIRF is a free download.
http ://iirf.codeplex.com