IIS config

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
njwan
Forum Newbie
Posts: 8
Joined: Wed Jul 28, 2004 1:52 am

IIS config

Post by njwan »

Hi!
How can I config IIS server to run Php file without extension file php.
Example: I would like my website can run in local server like:
http://localhost/mysite/member?id=test
It's will be execute as: http://localhost/mysite/member.php?id=test

Thanks!
Post Reply