Forum Discussion
preWarp
Sep 11, 2023Copper Contributor
Book about IIS and PHP?
I need help finding a book about IIS and PHP. I am looking for a book with example source code in PHP for use with IIS. Most books for PHP pertain to Apache. I am trying to have a jumping off point with PHP but am intrigued by the corporate mystique of IIS and it's web applications.
2 Replies
- PasildaDataCopper ContributorIn my experience, the actual PHP code would be the same on IIS and Apache. Learning about the differences between the hosting environments really helped me, and there is a wealth of information on the internet. I'd recommend searching about php.ini on windows, .htaccess files (note the dot at the start) with IIS and/or converting/porting .htaccess to web.config
- preWarpCopper Contributorthanks