I have GoDaddy hosting.. it is Linux hosting. But for some reason, my PHP sites will NOT show up when I upload them. Not all of them are acting this way. Some of them show up and some of them do not... I don't understand... Can someone help me? any ideas why this happening??
I stay as far away from GoDaddy as I can get. I'd recommend NameCheap.com for domains. And Bluehost.com for hosting. Although I just bought a reseller account with Site5.com I've never had a problem. Great service and support.
I go for namecheap.com and hostgator for hosting. They are both great. Never had a luck with Godaddy. Sometimes, I can register domains, sometimes they fail during registration. And I'm lost with all the passwords and over crowded page design.
What happens when you mean they dont show? Is there an error, blank page? One thing to check is to make sure you are uploading in BINARY format I think it is in your FTP client, otherwise PHP could be broken on their server.
are the cases the same, for instance, when you upload "Hello.php" do you type "domain.com/Hello.php" not "domain.com/hello.php" or if you uploaded "hello.php" you typed "domain.com/hello.php". because it's hosted on a linux server, it is all case sensitive, hence why it is best practice to always use lower case.