How To Setup, apache, php and configure rewrite, htaccess on WinXP

WampServer-logo

Reference site for setting up apache+php on WinXP machine :

Dont forget to add something like this after installing PHP, in httpd.conf :

<Directory “C:/PHP/”>

Options Indexes FollowSymLinks
Order allow,deny
Allow from all
AllowOverride None

</Directory>

Jika nak diceritakan step-by-step, mungkin makan masa lama. But i think the above info should help.

Wallahu’alam.

Leave a Comment

Your email address will not be published.