-
Posts
20,156 -
Joined
-
Last visited
Everything posted by TCH-Bruce
-
Bluetooth, glad you are happy here and thanks for the kind review.
-
Thanks for the info and glad you sorted it out.
-
If it is something server related then the help desk is the place to go. If it is help with something on your site like a 3rd party application, blog software, CMS solution, shopping cart installation, etc... this is the place to come.
-
No problem, that's why we're here to help direct you.
-
I don't see it that way. TCH is not hosting a link farm, they are links to their hosted clients. Thus the reason the sites listed are checked frequently for the back link and to make sure they are still hosted here.
-
The best thing to do is open a ticket with the help desk and ask. The techs don't frequent the forums and the moderators don't have access to the servers or your account.
-
The other host is probably running cpanel and has been hit with the same bug.
-
The reason I asked what type of files you were using is because I use this script on my site. It allows for downloads or opening of files.
-
Yes, it should give an error unless the filename is not being parsed properly. Are you using this for mp3 files or are some other type of file extension.
-
No, the servers they are sending too would determine what it considers as mail coming from a relay. So some servers may allow the messages to be delivered while others would not. I have no idea what this means. Maybe one of the techs can answer that.
-
Weird, I access this forum from three different locations and having no problems from any of them. For an example of the time issue look at this thread. You will notice the first three posts in this thread were time stamped later than the rest of them.
-
Welcome to the forums adephue I feel for you friend. If email is a part of his business and it's not reliable he's probably losing business. Here is what a 550 error means Usually this means that the problem may be with their ISP preventing them from sending email out over port 25 using another mail host other than the one belonging to the ISP. It's called relaying, most often used to transmit spam. I've encountered this myself. To get around it they could send email from through their ISP's mail server by configuring their mail client. TCH gets around this problem by allowing mail to be sent over port 26 but if the ISP is blocking that port the same problem will occur. I am not sure why they are not receiving email unless the hosts mail server is on some black list. If their tech support said to wipe the account and start over I'd do as you say and just move it to TCH or another host. If they are worried about missing email during the DNS propagation they can access the TCH server and their current server by IP number instead of domain name until the propagation has completed. It will require setting up additional accounts in their email client or using web mail at one or both sites. Best of luck.
-
Don't know it was only 12 hours into the future and that was corrected 18 hours ago.
-
The problem heyguy was having was caused by the cpanel bug that set the server time ahead by 12 hours. It's been corrected.
-
My site map is just a page which looks like all my other pages on my site with links to all the pages on my site.
-
Welcome to the forums cj_follett Glad you got it working. If the files are in a subfolder ./ will be the directory you are executing from / would be your public_html folder.
-
What I did on my site was to create another html page called 404.htm In that file is a site map of my site. The title of the page is "Error page does not exist". In the .htaccess file in the public_html folder (you will create one if you don't have one) add the following line. If you create a page called 404.htm replace your-page-name.htm with 404.htm. >ErrorDocument 404 /your-page-name.htm Anytime someone enters a url that does not exist will be served that page.
-
Some browsers look for a favicon file, if you don't have one you will see errors for it. Create a custom 404 error page and you will not see the 404.shtml error anymore in your logs. A 404 error is what a user gets when they seek something on your site and it does not exist.
-
Sounds like you are broken. It's working for me.
-
Although we are talking about the title tag, don't forget to use the alt tag on images for those that have images turned off as well as for validation. All img tags should have an alt tag.
