can't access my php page/s

srcsUB

New Member
Messages
5
Reaction score
0
Points
0
i am having a problem accessing my php page/s. it returned an "internal server error" and unable to complete my request. why is that so. is it related to not having change my account's php version yet? or the upcoming server changes? i am badly needed your technical support. thanks and more power to x10hosting.com.
 

Quadodo

New Member
Messages
5
Reaction score
0
Points
0
What is the CHMOD of your file? If it's too high this may cause an Internal Server Error (they should be set to 644). Also if you made any changes to your .htaccess file, and they weren't real commands this can cause that error. Please check those two things and reply :)
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
With such little information as to what php files you were running it could be lots of things.

What files are you trying to run, is it happening on all scripts?

try running this to see if php is fine on your account:

PHP:
<?php
$string = 'Hello World';

echo $string.'\n';

?>
save me in /public_html/ and call me hello.php. Dont change the permissions at all.
 

srcsUB

New Member
Messages
5
Reaction score
0
Points
0
the chmod is 644. i haven't make any changes on my .htaccess file. i try running a simple php file (hello world) and still i received an "internal server error"
Edit:
thanks for your quick reply. yes, the error happened on all my php scripts. i tried running the simple hello world php script (the one you posted), posted it in the /public_html/ without changing permission... and still it returned an an "internal server error".
 
Last edited:

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
I recomemd posting in the "free hosting" frorum & close this thread.

Give all details as to your problem, including a link to the hello.php script.
 

mattspec

Active Member
Messages
1,390
Reaction score
0
Points
36
i asked to have my php upgraded to intermediate, it now works fine, may be restrictions that they have, ask in the free hosting support, but this is how i got around it :)
 

Sohail

Active Member
Messages
3,055
Reaction score
0
Points
36
Yes it is, you need to upgrade to PHP version 2 by going to :

http://x10hosting.com/account/

Then after you have logged in you can request the version 2 of PHP and you also need to supply a good reason for upgrading to do this.
 
Top