I use Windows 2003, IIS6, PHP 5 on my server.
I am wondering if there is a way with windows/IIS to have per site settings like there is with apache/*nix with vhosts and .htaccess.
What i want and need to do is enable eaccelerator for just some of my hosted sites. Right now if I added the enable flag to eaccelerator in the php.ini it will apply to all the sites in IIS.
I know with apache/nix you can use .htaccess to set per site PHP settings, thus disabling or enabling eaccelerator and other things per site.
My problem is I don't have those things on a windows server, I am wondering if there is a way to do this with windows/IIS?