Ik draai nu op mijn server:
Win2kServer, Apache 2.0.45 & PHP 4.3.1
Nu werkt de apache perfect.
Alleen volgens mij het PHP niet helemaal.
Als ik namelijk iets doe met PHP dan krijg ik
Ik heb bij Apache in de config file dit gezet:
Volgens mij moet dit ook kloppen.
Iemand weet waar het probleem kan liggen?
Win2kServer, Apache 2.0.45 & PHP 4.3.1
Nu werkt de apache perfect.
Alleen volgens mij het PHP niet helemaal.
Als ik namelijk iets doe met PHP dan krijg ik
Het pad klopt. ook kwa case-sensitive.Not Found
The requested URL /php/connect.php was not found on this server.
Ik heb bij Apache in de config file dit gezet:
code:
1
2
3
4
5
6
7
8
| ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php .php4 AddType application/x-httpd-php .htm AddType application/x-httpd-php .html AddType application/x-httpd-php .phtml Action application/x-httpd-php "/php/php.exe" |
Volgens mij moet dit ook kloppen.
Iemand weet waar het probleem kan liggen?