My website, with the "ftp" sub-domain name, returns cPanel's standard "There is no website configured at this address" error page:
http://ftp.matthewdoucette.com/
Where in cPanel do I fix this?
My website, with the "ftp" sub-domain name, returns cPanel's standard "There is no website configured at this address" error page:
http://ftp.matthewdoucette.com/
Where in cPanel do I fix this?
Last edited by MatthewDoucette; 03-25-2005 at 10:48 AM. Reason: adding sig
Matthew Doucette
- Jason Doucette (brother/partner)
- Saw Tooth Distortion (tech articles)
- Domain Hacks (hacker domain search)
I do beleive that `ftp` is reserved and cannot be created as a subdomain. If you try `ftp://ftp.matthewdoucette.com/` You will get a different error than the one you see for `http://ftp.matthewdoucette.com/`
If you were looking to add a subdomain for public users to visit, then you are better off using something like `downloads.yourdomain.com` or `files.yourdomain.com`
Hope That Helps
Regards,
RAIS
{ RAIS Hosting }~{ Superior Hosting Solutions - Personal, Business, Reseller Solutions. Great value }
{ RAIS Domains }~{ Low cost Domain Name registration services }
You are right.
I am never going to have ftp'ing on my domain name, I just want the error to go away to be "more professional".To state the obvious, http://ftp.microsoft.com/ does not return a cPanel error page for instance!
Oh, and the result for ftp://ftp.matthewdoucette.com/ is fine. This type of error does not bother me.
Matthew Doucette
- Jason Doucette (brother/partner)
- Saw Tooth Distortion (tech articles)
- Domain Hacks (hacker domain search)
True, but what are the odds that Microsoft would be running cPanelOriginally Posted by MatthewDoucette
![]()
Regards,
RAIS
{ RAIS Hosting }~{ Superior Hosting Solutions - Personal, Business, Reseller Solutions. Great value }
{ RAIS Domains }~{ Low cost Domain Name registration services }
Of course!Originally Posted by .:RAIS:.
The point was simply that it is unprofessional to have such error pages!
Matthew Doucette
- Jason Doucette (brother/partner)
- Saw Tooth Distortion (tech articles)
- Domain Hacks (hacker domain search)
I fail to see how a error page is un-professional. It preforms a intended duty it advises there is a problem with the page your trying to access.Of course! The point was simply that it is unprofessional to have such error pages!
If a error page showing up bothers you then fix the site where it works
An error page is not unprofessional.
Exactly. This is what it is supposed to do, and I agree with that.Originally Posted by dave9000
This is exactly my intent.Originally Posted by dave9000
To clarify what I said, I was only speaking about certain types of error pages being unprofessional, not all of them. Error pages, generally speaking, are not unprofessional. However, this type of error page is. This type of error page is not. Hope this clears up my intentions/opinons.
Matthew Doucette
- Jason Doucette (brother/partner)
- Saw Tooth Distortion (tech articles)
- Domain Hacks (hacker domain search)
ok i misunderstood where you were going with that
cpanel offers a setting where you can edit the error pages to best suit your needs inside each individual web sites control panel
I misunderstood too.. But after reading it all again, there is no setting to resolve this error:Originally Posted by dave9000
And I am not sure where to configure that.There is no website configured at this address.
You are seeing this page because there is nothing configured for the site you have requested. If you think you are seeing this page in error, please contact the site administrator or datacenter responsible for this site.
I have multiple sites, on the same server. All shared IP accounts have that page for http://ftp.domain.com/, however when the account is on a dedicated IP it shows the site as normal. I have no idea where to configure that. A quick review of my httpd.conf showed no traces of ftp.domain.com.
Regards,
RAIS
{ RAIS Hosting }~{ Superior Hosting Solutions - Personal, Business, Reseller Solutions. Great value }
{ RAIS Domains }~{ Low cost Domain Name registration services }
well shoot i edited my reply to indicate where but evidently it didn't post
in the individual sites cpanel there is a icon for error pages and once in there you can customize each of the different response error pages
Again, There is no setting for the specifed error. The cPanel error pages cover the following: 401, 402, 403, 404, 500 Errors only, It has no setting for There is no website configured at this address.Originally Posted by dave9000
Regards,
RAIS
{ RAIS Hosting }~{ Superior Hosting Solutions - Personal, Business, Reseller Solutions. Great value }
{ RAIS Domains }~{ Low cost Domain Name registration services }
That comes from the index.html file located in /usr/local/apache/htdocs
That is used for ALL dns host names that are not configured in apache to resolve.
Unfortunatly it is one file for the entire server.
Regards,
David
Forum Moderator
ErrorDocument 400 /400.shtml
ErrorDocument 401 /401.shtml
ErrorDocument 403 /403.shtml
ErrorDocument 404 /404.shtml
ErrorDocument 500 /500.shtml
This is the section in the httpd.conf that defines what page is shown for each error
design a page and name it <number>.shtml and upload it into /usr/local/apache/htdocs and also edit the /usr/local/apache/htdocs/index.html
that should give you a set of custom error pages
Last edited by dave9000; 03-26-2005 at 05:57 PM.
This is not what the user requested. If you have followed the links he posts you would see that he has a custom 404 already, and is aware of those customizations.Originally Posted by dave9000
dgbaker has pointed out the file, however it is a server wide page that is used by every account on the server.
Regards,
RAIS
{ RAIS Hosting }~{ Superior Hosting Solutions - Personal, Business, Reseller Solutions. Great value }
{ RAIS Domains }~{ Low cost Domain Name registration services }
this will let him change the ugly default ones for when there is not a custom onedesign a page and name it <number>.shtml and upload it into /usr/local/apache/htdocs and also edit the /usr/local/apache/htdocs/index.html
yes i did read and follow evidently you didn't