I'm playing with setting up a new Web and Email server. I'm going with Windows this time and debated installing one of those all-in-one binaries and get Apache, PHP, MySQL all the same time. I decided not to and instead install and configure each one by hand.
So at this point it's all good, except after installing PHP, I install PHPMyAdmin in the ServerRoot, and when I browse to that location I get a "403 Forbidden" error.
The PHPMyAdmin files are installed under the serverroot. I can browse files on my serveroot and the virtual domain I set up within it as well. I've copied the index.php file from the PHPMyAdmin directory into the serverroot directory for kicks and I still get the error.
I've set Require all granted in the hpptd.conf file for those directories, and I placed index.php as allowed in there as well. File permissions indicate that anyone can read and execute in the serverroot as well.
I'm kind of stumped. I think I have an issue with allowing php files, but I can't see where to configure it besides the httpd.conf file. I've visited a bunch of sites that explain the new permission statement in httpd.conf, and it seems to work fine for html docs, but not for php.
Any ideas?
So at this point it's all good, except after installing PHP, I install PHPMyAdmin in the ServerRoot, and when I browse to that location I get a "403 Forbidden" error.
The PHPMyAdmin files are installed under the serverroot. I can browse files on my serveroot and the virtual domain I set up within it as well. I've copied the index.php file from the PHPMyAdmin directory into the serverroot directory for kicks and I still get the error.
I've set Require all granted in the hpptd.conf file for those directories, and I placed index.php as allowed in there as well. File permissions indicate that anyone can read and execute in the serverroot as well.
I'm kind of stumped. I think I have an issue with allowing php files, but I can't see where to configure it besides the httpd.conf file. I've visited a bunch of sites that explain the new permission statement in httpd.conf, and it seems to work fine for html docs, but not for php.
Any ideas?