Error PHP

Status
Not open for further replies.

scdias

New Member
Messages
5
Reaction score
0
Points
1
Open http://scdias.x10.mx/index1.php and show error "Internal Server Error"
If open a html page (http://scdias.x10.mx/index2.html) all works fine
The code that i have in index1.php is
<?php
echo $_SERVER['REMOTE_ADDR'];
?>
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Make sure the permissions for that file are set to 0644
 

scdias

New Member
Messages
5
Reaction score
0
Points
1
I think that i have the problem resolved
The public_html folder premission was set to 777 and i change to 755 and now is working
 
Status
Not open for further replies.
Top