Page 2 of 2

Posted: Thu Jul 28, 2005 9:12 am
by nawhaley
I'm loading php as a apache module if thats what you mean like so

Code: Select all

LoadModule php5_module php/php5apache2.dll
thats straight from my apache config file.

Posted: Thu Jul 28, 2005 9:15 am
by Chris Corbyn
Would you have any problem posting us a link to

phpinfo(); ? - PM if you dont want to post publically.

Posted: Thu Jul 28, 2005 9:23 am
by nawhaley
not sure I can do that I havent opened the site to the public and I set up the apache server on my local machine for testing and debugging purposes so basically I have an apache server setup on a common network client PC in short. Let me see what I can work out though.

Posted: Thu Jul 28, 2005 9:35 am
by nawhaley
ok sent you a pm with what I think is the appropriate link let me know if that works or not.

Posted: Thu Jul 28, 2005 9:55 am
by nawhaley
nevermind I was being thick headed as usual. What I neglected to do was to remove some options that windows puts in to be "helpful" like removing file extensions from being viewed. So when I renamed php-recommended to php.ini it simply changed the name to php.ini.ini-reccomended. Once I started taking a closer look at it and removed the option to hide known file extensions it began using the file *sigh*. All hail the king of obvious mistakes!