Jump to content

Saint2054

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Saint2054's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. [Tue Feb 19 23:50:05 2008] [error] [client ---] File does not exist: F:/Apache/htdocs/favicon.ico That is the only error I picked up when I connected to the page and I found that in my Apache errors log. When I set display_errors and display_startup_errors to E_ALL. The error_log for my php.ini are all ; out and I'm not sure how to intialize it properly, but I tried making it output to my php folder, didn't seem to work though. Changed the doc_root to blank. Lastly, my page I'm testing it out on is an HTML. I have the <php? phpinfo() ?> inside the body of the page, but that should work right?
  2. And I made sure not to use shorthand as well as an additional point.
  3. Secondly, my apache manager is catching the fact that I have PHP installed, since it has the following message at the bottom of the window: Apache/2.2.8 (Win32) PHP/5.2.5 Wild, I am basically just running the phpInfo()
  4. Hello, I've installed PHP 5.2.5 manually onto my Win XP Prof SP2 computer. I turned off the firewall, am running the server from a college (unfortunately), and have Apache 2.2.8. I am now in the midst of trying to figure out why PHP is not showing up on my page. I unzipped php to: "f:\php" and changed the php.ini-recommended to php.ini and adjusted the code for doc_root to be: "F:\Apache\htdocs\". I installed Apache obviously to F:\Apache In any case, I altered the PATH in environmental variables to include ";F:\php". When I edited the httpd.config I added the following lines: # At the end of the loadmodule list... LoadModule php5_module "F:/php/php5apache2_2.dll" # After the AddType application/x-gzip .gz .tgz.. AddType application/x-httpd-php .php # And at the very end of the httpd.conf PHPIniDir "F:/php" #Also tried it as "F:/php/" Can anyone give me any hints as to what I've done wrong/need to add? :'(
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.