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?
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
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?
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!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now