Posts Tagged ‘PHP’
Using PHP with Expression Web 2.
Monday, October 27, 2008 14:14 No CommentsIf 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 [...]
Installing PHP and FastCGI on Windows Server 2008 Core.
Wednesday, June 18, 2008 9:17 No CommentsFirst, 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 [...]
