Error 500 and DNS

Status
Not open for further replies.

dest581

New Member
Messages
348
Reaction score
0
Points
0
Two questions

1) I'm getting a 500 error with any sort of PHP scripting. I'm a new account on the sustained server, might that have something to do with it?

2) What are the DNS servers, again? I couldn't find it (search doesn't like 3-letter words)
 

lambada

New Member
Messages
2,444
Reaction score
0
Points
0
500 error is permissions. Check that the files you have uploaded have suitable permissions - e.g 644 or similar. A quick google for file permissions should give you an article on how they work.

DNS servers are simply what map your domain name i.e. example .com to a machine-understandable number format (i.p adress) e.g. 1.2.3.4 via a 'name-server' which holds many adresses and ip adresses for it's servers.
They simply make remembering sites much easier.

Hope this helps

lambada
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
If you're looking for the nameservers they're ns1.x10hosting.com and ns2.x10hosting.com

Otherwise Lambada is correct and your permissions probably need to be checked.

-Corey
 

Corey

I Break Things
Staff member
Messages
34,553
Reaction score
204
Points
63
It can't be 777, it has to be 755 or below. I changed it to 755 for you and it works.

-Corey
 

dest581

New Member
Messages
348
Reaction score
0
Points
0
Thanks, Corey!

Any idea why file creation doesn't default to a webpage-friendly permissions?

I'm having to go through every single directory to chmod everything.
 
Last edited:
Status
Not open for further replies.
Top