struggling to get php71 to work

#1
Installed it all via the compilePHP but when trying to access a php file I get
Code:
403
Forbidden
Access to this resource on the server is denied!
Also unsure if related, autoindex isn't working either?
 
#3
What kind of server is this? Plain install? cPanel? What do error logs say when you visit the page.
Ah forgot to add the error log!

Code:
MIME type [application/x-httpd-php] for suffix '.php' does not allow serving as static file, access denied!
just a basic server with litespeed, no other control panel installed.
 

Michael A

Administrator
Staff member
#4
Hi Smir,
It sounds like the .php file extension was not added to the php71 script handler. Double check and make sure that it includes this suffix.

Regards,
-Michael
 
#5
Hi Smir,
It sounds like the .php file extension was not added to the php71 script handler. Double check and make sure that it includes this suffix.

Regards,
-Michael


is that wrong, thats what seems to have been setup while installing php?
 
#7
Ah did not know about setting that, altered that and it worked!

Weird when I previously used it, I never had this issue,

Still didn't fix autoindex, getting the

Code:
503
Service Unavailable

The server is temporarily busy, try again later!
error, but no logs showing?
 
Top