tmzafar Posted April 1, 2020 Posted April 1, 2020 I created a test.php file to see if it's enabled, but i alays get an "Internal Server Error" and i also checked the permission tp 644. I created a new folder and inserted the php file ith the same permission and there i get "ForbiddenYou don't have permission to access this resource.Server unable to read htaccess file, denying access to be safe". Then i inserted a plain php echo in html, but the code gets commented out. How do i know that PHP is enabled and can vie php files? Quote
wolstech Posted April 1, 2020 Posted April 1, 2020 The permissions changes didn't save it looks like...your test.php was still 664 (note the center 6...) even though you tried to change it to 644. As soon as I changed it, the script worked fine: https://www.websoftops.de/test.php Quote
tmzafar Posted April 1, 2020 Author Posted April 1, 2020 The permissions changes didn't save it looks like...your test.php was still 664 (note the center 6...) even though you tried to change it to 644. As soon as I changed it, the script worked fine: https://www.websoftops.de/test.phpI am somehow unable to change the permission after i renamed and uploaded the php file again. This time i tried saving it with 644. Could you please check? Quote
tmzafar Posted April 1, 2020 Author Posted April 1, 2020 Oh never mind, i guess it takes a little time for the changes to come to effect and it worked now! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.