We've got PHP/FastCGI installed on our IIS6 server for a single php page.
We are now going to parse an RSS feed for our news feeds on the news.html page and the requirement is to NOT change the URL.
I can create an ISAPI rewrite entry to load a news.php page, but is it possible to map PHP to parse a single HTML file instead of setting it up to parse ALL HTML files?
I'm not even sure if this is possible? Any direction would be appreciated!
In my opinion, you can't resolve it in IIS 6 management. However, you can do it in IIS 7 directly. You can find the HTML File you want to map and add the handler mapping for this file.
trevc
1 Post
Parse PHP for a single HTML file possible?
Jan 07, 2013 03:19 PM|LINK
We've got PHP/FastCGI installed on our IIS6 server for a single php page.
We are now going to parse an RSS feed for our news feeds on the news.html page and the requirement is to NOT change the URL.
I can create an ISAPI rewrite entry to load a news.php page, but is it possible to map PHP to parse a single HTML file instead of setting it up to parse ALL HTML files?
I'm not even sure if this is possible? Any direction would be appreciated!
Catherine Sh...
228 Posts
Microsoft
Re: Parse PHP for a single HTML file possible?
Jan 08, 2013 08:06 AM|LINK
Hi,
In my opinion, you can't resolve it in IIS 6 management. However, you can do it in IIS 7 directly. You can find the HTML File you want to map and add the handler mapping for this file.
For details about it, please check the link as follows: http://msdn.microsoft.com/en-us/library/bb515343(v=vs.100).aspx
Best wishes,
Feedback to us
Develop and promote your apps in Windows Store