Results 1 to 5 of 5

Thread: 404 Not Found

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2005
    Location
    Cebu
    Posts
    607

    Resolved 404 Not Found

    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.
    Last edited by nebulom; Nov 22nd, 2006 at 01:07 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width