hi,
I am very new to PHP and trying to set up a virtual host in Apache so I can test the protx Form PHP Intergration kit
I received this message after I restarted Apache:
I installed the latest version of Apache on windows xp as well as PHP
I put VSPForm-kit in c:/server/htdocs and the spelling is correct.
How would you define a module not included in the server configuration
I typed http://localhost/VSPForm-kit but the welcome.php page did not show
I added welcome.php under
Any help appreciated
I am very new to PHP and trying to set up a virtual host in Apache so I can test the protx Form PHP Intergration kit
I received this message after I restarted Apache:
Code:
Syntax error on line 466 of c:/server/conf/httpd.conf: invalid command 'DocumentRoot/www/server/htdocs/VSPForm-kit' perhaps mispelled or defined by a module not included in the server configuration
I put VSPForm-kit in c:/server/htdocs and the spelling is correct.
How would you define a module not included in the server configuration
Code:
# Virtual hosts #Include conf/extra/httpd-vhosts.conf <VirtualHost 127.0.0.1> ServerName localhost:80 DocumentRoot/www/server/htdocs/VSPForm-Kit Line 466 </VirtualHost>
I added welcome.php under
Code:
<IfModule dir_module>
DirectoryIndex index.html index.php default.html welcome.php
</IfModule>
Comment