Posts Tagged ‘PHP’

Using PHP with Expression Web 2.

Monday, October 27, 2008 14:14 No Comments

If you are a PHP Programmer, and you want to take advantage of all the cool stuff that Expression Web 2 has to offer, there are 2 configuration items you should set correctly. (e.g. ‘session_start()’ etc.) First, make sure to remove the BOM from UTF-8 encoded files; Click ‘Tools’, Click ‘Page Editor Options’ and make [...]

This was posted under category: Web Tags: ,

Installing PHP and FastCGI on Windows Server 2008 Core.

Wednesday, June 18, 2008 9:17 No Comments

First, install the IIS7 Web Server on your Windows Server 2008 Core machine, including the FastCGI and some other (required and optional) components: Start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-ApplicationDevelopment;IIS-CGI;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-Security;IIS-RequestFiltering;IIS-HttpCompressionStatic;IIS-WebServerManagementTools;WAS-WindowsActivationService;WAS-ProcessModel Download PHP from the PHP Web Site (http://www.php.net) and extract the files to C:\PHP. Please check if there is a php.ini file in the folder. If not, take [...]

This was posted under category: Web, Windows Server 2008 Tags: , , ,