Don't have Permission to Access PHP On this Server

Status
Not open for further replies.

promise2

New Member
Messages
2
Reaction score
0
Points
1
Hi,

I just created a new site for my college class: latheexpressions.x10host.com.

Unfortunately, I'm having trouble even getting the first assignment done.

I'm supposed to establish a link to a second page that displays the hosting PHP configuration using PHP info. So my link "Hosting PHP Configuration" goes to my simple page "ogo.php" that has the script: <?php phpinfo(); ?>.

But when I click the link, my access to it is Forbidden. I tried upping the permission level - nothing. I tried placing it in a separate folder of its own - no difference.


Forbidden
You don't have permission to access ogo.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.



I really need this to work for my course. Is there any way to get this going? If not, I am going to have to switch to a different host and hope that works.


~Alisa
 

bdistler

Well-Known Member
Prime Account
Messages
3,534
Reaction score
196
Points
63
I'm supposed to establish a link to a second page that displays the hosting PHP configuration using PHP info
x10hosting's free-hosting accounts have some disabled PHP Functions --> exec - shell_exec - enable dl - system - passthru - phpinfo

do to the large security risk there is a firewall around [ phpinfo() ] for x10hosting's free-hosting accounts
 
Status
Not open for further replies.
Top