View Single Post
  #10 (permalink)  
Old 28-10-09, 08:27 PM
Cheeso Cheeso is offline
new member
 
Join Date: Oct 2009
Posts: 1
Default

Quote:
Originally Posted by Dan View Post
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
Reply With Quote