Apache, MySQL, PHP Installation Checklist and Things to Remember

Apache

For mod_rewrite:

AllowOverride All
LoadModule rewrite_module modules/mod_rewrite.so
DocumentRoot “C:/htdocs”
For PHP5

ScriptAlias /php/ “c:/php-5.2.4-Win32/”
AddType application/x-httpd-php .php
Action application/x-httpd-php “/php/php-cgi.exe”

MySQL / PhpMyAdmin

$cfg['blowfish_secret'] =”;
Username and Password

PHP

rename php.ini-dist to php.ini
magic_quotes_gpc = On

extension=php_mysql.dll

Remember to restart Apache changes to reflect!

No comments yet.

Leave a Reply