Submitted by ChrisKobasiuk on Wed, 12/20/2017 - 16:41 Pro Licensee
Every script i install i am getting this error.
Forbidden You don't have permission to access /dadabik/install.php on this server.
Status:
Active
Every script i install i am getting this error.
Forbidden You don't have permission to access /dadabik/install.php on this server.
Comments
Submitted by andreychek on Wed, 12/20/2017 - 17:17 Comment #1
Howdy -- thanks for contacting us!
What if you try to access a script located in the public_html folder, are you able to access that?
Or do you receive the same error in that case?
Submitted by ChrisKobasiuk on Thu, 12/28/2017 - 11:18 Pro Licensee Comment #2
The public_html works fine. I have tried install other scripts and get the same error on most of them. This was a fresh install about 3 weeks ago. my old server crashed. i also tried change PHP versions per directory.
Submitted by andreychek on Thu, 12/28/2017 - 11:42 Comment #3
Hmm, that's an odd one!
What if you make a subfolder off of the public_html folder named, say, "test", and in it, create a script named "test.php".
Within that, give it the following contents:
<?php phpinfo(); ?>
When accessing that test.php script, does it function properly? Or do you receive an error?
Submitted by ChrisKobasiuk on Thu, 12/28/2017 - 14:32 Pro Licensee Comment #4
The test script works just fine. Also not logging any errors. I tried a few other scripts it seems like only the scripts that require a install ie. install.php.
Submitted by andreychek on Thu, 12/28/2017 - 18:18 Comment #5
I wonder if there's some sort of protection that's been added to Apache against running install.php scripts.
Could you try renaming the test.php script to install.php, and see if that is accessible?
Submitted by ChrisKobasiuk on Fri, 12/29/2017 - 12:05 Pro Licensee Comment #6
Yes it failed interesting. out of box fresh install.
Submitted by ChrisKobasiuk on Fri, 12/29/2017 - 12:37 Pro Licensee Comment #7
I figured it out thank you for the help.
Submitted by andreychek on Fri, 12/29/2017 - 12:39 Comment #8
Excellent, I'm glad it's working now, thanks for letting us know!