Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2004
    Location
    Sussex, England
    Posts
    194

    cPanel Addon Domain Problem

    Hello,

    My users have been having a problem in the past week or so where addon domains are not functioning as they previously were, with the path to the domain's contents being displayed on the server, with the domain not masking this.

    For example,

    www.addon-domain.com is actually redirecting to www.main-domain.com/addon-folder/

    This isn't happening across all accounts nor for all addon domains. We've tried deleting and then re-adding domains but this isn't making any difference.

    Any suggestions appreciated.

    James

  2. #2
    Interesting. Do you have an example we could check out for you?
    FrogJumper.com, Superb Cpanel Web Hosting.
    Excellent, High Paying Affiliate Program.

  3. #3
    Join Date
    Sep 2004
    Location
    Sussex, England
    Posts
    194
    Take a look at www.viplus.net

    It redirects to www.menureview.co.uk/viplus/, when it should just show www.viplus.net.

    There is no redirect setup from within cPanel.

  4. #4
    Join Date
    Jan 2006
    Location
    Garden City Of India
    Posts
    6
    jmaskell,

    Make sure the virtual host entry for viplus.net is correct.

  5. #5
    Join Date
    Sep 2004
    Location
    Sussex, England
    Posts
    194
    The VirtualHost is set as follows:

    Code:
    <VirtualHost 83.142.25.226>
    ServerAlias www.viplus.net
    ServerAdmin webmaster@viplus.net
    DocumentRoot /home/menuwco/public_html/viplus
    BytesLog domlogs/viplus.menureview.co.uk-bytes_log
    <IfModule mod_php4.c>
    php_admin_value open_basedir "/home/menuwco/:/usr/lib/php:/usr/local/lib/php:/tmp"
    </IfModule>
    <IfModule mod_php5.c>
    php_admin_value open_basedir "/home/menuwco/:/usr/lib/php:/usr/local/lib/php:/tmp"
    </IfModule>
    ServerName viplus.net
    ServerAlias viplus.net www.viplus.net
    UseCanonicalName off
    
    <IfModule mod_userdir.c>
      Userdir disabled
      Userdir enabled menuwco
    </IfModule>
    
    
    User menuwco
    Group menuwco
    CustomLog /usr/local/apache/domlogs/viplus.menureview.co.uk combined
    ScriptAlias /cgi-bin/ /home/menuwco/public_html/viplus/cgi-bin/
    </VirtualHost>
    This appears to be correct to me.

    Any other suggestions?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •