hey. another issue I have set up a mailing list on www.thegodzilla.com I have now set it up on an addon domain www.edoghelp.com but when enter your email you get an error: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@edoghelp.thegodzilla.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. Code (markup): the error log says error: file is writable by others: (/home/username/public_html/edoghelp/newsletter/subscribe.php) Code (markup): anybody know what the issue is? edit: its an addon domain, not subdomain.
It means the file subscribe.php is writeable by others (chmoded to 0777). Try lowering the chod of subscribe.php to something less such as 0664 (I don't remember exactly).