Error in executing php pages

ullalax1

New Member
Messages
4
Reaction score
0
Points
1
I've just uploaded my newly created site in php but It shows the ERROR

Access to this resource on the server is denied!Powered By LiteSpeed Web Server
LiteSpeed Technologies is not responsible for administration and contents of this web site!

so i created the same page with html extension and its working fine but i want to run my php script,
what should i do please help me.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Make sure the .php file has permissions set to 0644 and if it is in a subdirectory of public_html, the permissions of that subdirectory tree all set to 0755
 
Top