php.ini question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

nawhaley
Forum Commoner
Posts: 85
Joined: Wed May 18, 2005 11:43 am

Post 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.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Would you have any problem posting us a link to

phpinfo(); ? - PM if you dont want to post publically.
nawhaley
Forum Commoner
Posts: 85
Joined: Wed May 18, 2005 11:43 am

Post 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.
nawhaley
Forum Commoner
Posts: 85
Joined: Wed May 18, 2005 11:43 am

Post by nawhaley »

ok sent you a pm with what I think is the appropriate link let me know if that works or not.
nawhaley
Forum Commoner
Posts: 85
Joined: Wed May 18, 2005 11:43 am

Post 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!
Post Reply