|
-
Nov 22nd, 2006, 02:58 AM
#3
Re: 404 Not Found
 Originally Posted by nebulom
I have
Code:
ScriptAlias /php4/ "C:/php4"
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php "C:/php4/php.exe"
on my httpd.conf and I get 404 Not Found error
Code:
The requested URL /php4/php.exe/phpinfo.php was not found on this server.
Am I missing something? I have extracted php4.4.1. to C:/php4.
Edit: I just edited the config and added
Code:
LoadModule php4_module "C:/php4/sapi/php4apache2.dll"
AddType application/x-httpd-php .php
and viola it worked.
Why aren't you using PHP 5
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|