PHP: Extensionless URLs in IIS7 (windows)? (for wordpress)
- by smithym
Hi there,
I have recently installed wordpress but i would like to configure extensionless URLs .. I am using IIS7 but on a shared server.
I presume i cna add something to web.config file??
I am little bit confused, in IIS7 and asp.net mvc it is done via code... but in PHP i don't think it is .... so the only alternative is to use a re-write module but i can't as I am on a shared server and can't install ISAPI stuff..
so I was wondering if there is a way to do the mapping i.e. when going to testme it would actually load testme.php
Any advise really appreciated
Thanks