LoadModule php5_module c:/php-5.2.8-Win32/php5apache2_2.dll <IfModule mod_php5.c> AddType application/x-httpd-php .php PHPIniDir "c:/php-5.2.8-Win32" </IfModule>
<Directory /> Options Indexes FollowSymLinks AllowOverride None Order allow,deny Allow from all </Directory>
<IfModule alias_module> Alias /web "C:/user/web" ScriptAlias /cgi-bin/ "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/" </IfModule>