Posted by: rainmore | January 17, 2009

Build WAMP (httpd.conf Only)

For Apache’s httpd.conf

1. Set “DocumentRoot” to your_path_to_www

2. Set your www folder in <Directroy ” your_path_to_www”>

3. In IfModule mime_module, add following code

ScriptAlias /php/ “$path_to_php_bin”
AddType application/x-httpd-php .php .html
Action application/x-httpd-php “/php/php-cgi.exe

4. Add alias folder, add following line at the end of httpd.cond

Include “path_to_alias/alias/*”

For php.ini don’t forget to put php.ini in your apache bin folder as well as in your xp’s windows folder

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Categories

Follow

Get every new post delivered to your Inbox.