PHP: Extensionless URLs in IIS7 (windows)? (for wordpress)
Posted
by smithym
on Server Fault
See other posts from Server Fault
or by smithym
Published on 2009-12-26T08:40:31Z
Indexed on
2010/04/04
1:03 UTC
Read the original article
Hit count: 497
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
© Server Fault or respective owner