PDA

View Full Version : PHP problem in subdirectory


Knorcedger
02-23-2008, 01:17 AM
Hello, im new here, i just bought a bluehost hosting plan, and im try to set up my sites, but i have a problem with php.

I uploaded the wordpress files on http://o-some.net/test but i get a 500 error (u can also see it if u click there)

Then, i tried fantastico to install wordpress in http://o-some.net/test2 and it works.

My third attempt was to create a phpinfo file. When its placed in the main folder, it works http://o-some.net/info.php

But if i place the same phpinfo file inside a subdirectory, i get the 500 error again http://o-some.net/linky/info.php

Can someone explain me whats going on and how i can fix it?

redsox9
02-23-2008, 03:03 PM
In your initial installation, did you run the wp-config.php file? Check out the installation guideline at wordpress.org:

http://codex.wordpress.org/Installing_WordPress

Knorcedger
02-24-2008, 06:03 AM
I have installed wordpress many times. I have made all the configurations needed. But the problem isnt just with wordpress, as u can see, even a single file with just phpinfo inside cant open.