PDA

View Full Version : phpinfo.php not working



Darylt
10-29-2008, 12:19 PM
I have cereated a phpinfo file and have uploaded it to a folder in one of my domains, however when I navigate to it I get returned to my site index (with no formatting).

I have checked that the file exists on the server.

Any ideas?

felgall
10-29-2008, 12:40 PM
That sounds like the folder is set up to redirect.

Darylt
10-29-2008, 12:41 PM
I haven't set the folder to redirect - is this something that Bluehost has done?

silencox
10-31-2008, 02:44 AM
I have cereated a phpinfo file and have uploaded it to a folder in one of my domains, however when I navigate to it I get returned to my site index (with no formatting).

I have checked that the file exists on the server.

Any ideas?

What is content of this file

i usualy use




<?php

echo phpinfo();

?>