Forum Discussion

preWarp's avatar
preWarp
Copper Contributor
Sep 11, 2023

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

  • PasildaData's avatar
    PasildaData
    Copper Contributor
    In 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

Resources