is it posible to run php scripts with iis on windows vista ultimate, if so how?
i have iis 7 and windows vista ultimate. none of php.net's instructions work for me.
Public Comments
- Certainly. I assume that by "to run php scripts" you mean to browse PHP-based web pages from your local (IIS) web server. PHP documentation has detailed instructions on how to set it up - I couldn't describe this better: http://www.php.net/manual/en/install.windows.iis.php After you set it up, simply point your browser to http://localhost/whatever.php [added] The following article may be helpful for your particular environment: http://www.canerten.com/php-installation-with-extensions-mysql-for-iis7-in-windows-vista/ Also, IIS is arguably not the best web server. You may want to consider XAMPP (http://sourceforge.net/projects/xampp/) for this purpose - it works on Vista or XP out of the box.
Powered by Yahoo! Answers