Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 17
  1. #1
    Member MatthewDoucette's Avatar
    Join Date
    Mar 2005
    Posts
    5

    Default ftp.md.com returns "There is no website configured at this address."

    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

  2. #2
    Member
    Join Date
    Jul 2004
    Posts
    203

    Default

    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 }

  3. #3
    Member MatthewDoucette's Avatar
    Join Date
    Mar 2005
    Posts
    5

    Default

    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.

  4. #4
    Member
    Join Date
    Jul 2004
    Posts
    203

    Default

    Quote Originally Posted by MatthewDoucette
    To state the obvious, http://ftp.microsoft.com/ does not return a cPanel error page for instance!
    True, but what are the odds that Microsoft would be running cPanel
    Regards,
    RAIS


    { RAIS Hosting }~{ Superior Hosting Solutions - Personal, Business, Reseller Solutions. Great value }
    { RAIS Domains }~{ Low cost Domain Name registration services }

  5. #5
    Member MatthewDoucette's Avatar
    Join Date
    Mar 2005
    Posts
    5

    Default

    Quote Originally Posted by .:RAIS:.
    True, but what are the odds that Microsoft would be running cPanel
    Of course! The point was simply that it is unprofessional to have such error pages!

  6. #6
    Member dave9000's Avatar
    Join Date
    Apr 2003
    Location
    arkansas
    Posts
    891
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Of course! The point was simply that it is unprofessional to have such error pages!
    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.

    If a error page showing up bothers you then fix the site where it works

  7. #7
    Member MatthewDoucette's Avatar
    Join Date
    Mar 2005
    Posts
    5

    Default

    An error page is not unprofessional.

    Quote Originally Posted by dave9000
    It preforms a intended duty it advises there is a problem with the page your trying to access.
    Exactly. This is what it is supposed to do, and I agree with that.

    Quote Originally Posted by dave9000
    If a error page showing up bothers you then fix the site where it works
    This is exactly my intent.

    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.

  8. #8
    Member dave9000's Avatar
    Join Date
    Apr 2003
    Location
    arkansas
    Posts
    891
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    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

  9. #9
    Member
    Join Date
    Jul 2004
    Posts
    203

    Default

    Quote Originally Posted by dave9000
    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:

    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.
    And I am not sure where to configure that.

    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 }

  10. #10
    Member dave9000's Avatar
    Join Date
    Apr 2003
    Location
    arkansas
    Posts
    891
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    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

  11. #11
    Member
    Join Date
    Jul 2004
    Posts
    203

    Default

    Quote Originally Posted by dave9000
    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.
    Regards,
    RAIS


    { RAIS Hosting }~{ Superior Hosting Solutions - Personal, Business, Reseller Solutions. Great value }
    { RAIS Domains }~{ Low cost Domain Name registration services }

  12. #12
    Moderator cPanel Partner NOC Badge dgbaker's Avatar
    Join Date
    Sep 2002
    Location
    Toronto, Ontario Canada
    Posts
    2,773

    Default

    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

  13. #13
    Member dave9000's Avatar
    Join Date
    Apr 2003
    Location
    arkansas
    Posts
    891
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    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.

  14. #14
    Member
    Join Date
    Jul 2004
    Posts
    203

    Default

    Quote Originally Posted by dave9000
    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
    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.

    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 }

  15. #15
    Member dave9000's Avatar
    Join Date
    Apr 2003
    Location
    arkansas
    Posts
    891
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    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
    this will let him change the ugly default ones for when there is not a custom one

    yes i did read and follow evidently you didn't

Similar Threads & Tags
Similar threads

  1. Account Ip Address Change, Now "no website configured" Message
    By lankyb in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 06-25-2005, 10:17 AM
  2. Replies: 5
    Last Post: 04-12-2005, 09:52 PM
  3. All sites showing "website not configured at this address"
    By jcase in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 03-18-2005, 12:26 PM
  4. Replies: 2
    Last Post: 07-21-2004, 05:57 PM
  5. domain/whm give "There is no website configured at this address..." page
    By gundamz in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 06-10-2004, 12:33 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube