Jump to content

apche configuration


jatinkansagara

Recommended Posts

Hey,

 

Sounds more like a php configuration issue, not an apache one. To start I'd suggest creating a new php file and doing php info in it:

 

<?php phpinfo(); ?>

 

and run the script then check on that page if mysql is listed. If it isn't then you need to install (and/or simply enable) the mysql module in your php installation's php.ini file

Link to comment
https://forums.phpfreaks.com/topic/181206-apche-configuration/#findComment-956943
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.