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 w...
PasildaData
Nov 01, 2023Copper 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
preWarp
Nov 02, 2023Copper Contributor
thanks