Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 27
  1. #1
    Member
    Join Date
    Apr 2003
    Posts
    28

    Default cPanel Subdomain issues WHM 8.5.4 cPanel 8.5.4-R7_

    There is a serious bug with the trailing / that is being forced onto pages.

    WHM 8.5.4 cPanel 8.5.4-R7_

    I have a client that complained that she couldnt do a subdomain redirect and after checking, well she is right. It wont redirect to a page such as blah.html

    It says to end the URL with a / but that doesnt work and its a little frustrating.

    SubDomain Redirection

    landyss.thisdomain.com is currently being redirected to Save (here is where the field box is for the URL redirect.

    Note: If you wish to have filename redirection (example: http://landyss_thisdomain.com.thisdomain.com/test.html -> http://redirecturl/test.html) be sure to end a trailing / on the end of the url.

    That doesnt work it gets a 404

    any help on this - please

    this bug sucks

    I have tried veery confiq possible - it doesn't work

    Please help - thanks

  2. #2
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,064

    Default

    same here , new subdomain redirections doesn't work , 2 boxes
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  3. #3
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,064

    Default

    it doesn't work because

    RewriteCond %{HTTP_HOST} ^test$ [OR]
    RewriteCond %{HTTP_HOST} ^www.test$

    should be instead

    RewriteCond %{HTTP_HOST} ^test$ [OR]
    RewriteCond %{HTTP_HOST} ^www.test$ [OR]
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  4. #4
    Member
    Join Date
    Apr 2003
    Posts
    28

    Default

    Originally posted by Radio_Head
    it doesn't work because

    RewriteCond %{HTTP_HOST} ^test$ [OR]
    RewriteCond %{HTTP_HOST} ^www.test$

    should be instead

    RewriteCond %{HTTP_HOST} ^test$ [OR]
    RewriteCond %{HTTP_HOST} ^www.test$ [OR]
    Yep,

    You need to edit all subdomains .htaccess and take away the trailing /

    its a pain.

    I have a new client with like 100 of them :?

  5. #5
    Member
    Join Date
    Apr 2003
    Posts
    28

    Default

    This has been verifyed with my data centers and also 10 customers.

    cPanel please relaese a fix for this problem,

    Thanks

  6. #6
    Member B12Org's Avatar
    Join Date
    Jul 2003
    Location
    Seattle Washington
    Posts
    694

    Default

    Yes, or a script that will fix everyones would be nice. I have about 200 clients, and all of them have at least 3 of those files, that will take a lot of time.

  7. #7
    Member
    Join Date
    Apr 2003
    Posts
    28

    Default

    Originally posted by B12Org
    Yes, or a script that will fix everyones would be nice. I have about 200 clients, and all of them have at least 3 of those files, that will take a lot of time.
    It shouldn't affect any subdomains if they were there before the upgrade, it only affects new sub domains going to a document.ext

    Since those older subdomains are already in the htaccess file.

    But new sub domains created and new clients will notice if they try.

    I hope a patch comes out soon as well

  8. #8
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,064

    Default

    Originally posted by midnightz
    It shouldn't affect any subdomains if they were there before the upgrade, it only affects new sub domains going to a document.ext

    Since those older subdomains are already in the htaccess file.

    But new sub domains created and new clients will notice if they try.

    I hope a patch comes out soon as well
    I agree , only new subdomains.
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  9. #9
    Member This forum account has been confirmed by cPanel staff to represent a vendor. Radio_Head's Avatar
    Join Date
    Feb 2002
    Posts
    2,064

    Default

    the problem has still to be fixed ....
    Stop SPAM & VIRUS :: ASSP Deluxe for cPanel http://www.grscripts.com
    █ ASSP Deluxe is supported by Fritz Borgstedt,ASSP main developer.

  10. #10
    Member
    Join Date
    Apr 2003
    Posts
    28

    Default

    Originally posted by Radio_Head
    the problem has still to be fixed ....
    I was told it was given to the developers to fix this bug

  11. #11
    Member
    Join Date
    Sep 2003
    Location
    USA
    Posts
    33

    Angry

    Cpanel we need help with this problem!

  12. #12
    Member
    Join Date
    Apr 2003
    Posts
    28

    Default

    Hello,

    This should now be fixed in EDGE builds, let me know if you still see trouble with new redirects after upgrading.

    From Cpanel support

  13. #13
    Member
    Join Date
    Sep 2003
    Location
    USA
    Posts
    33

    Default

    Subdomains doesn't work and new domain too

  14. #14
    Registered User
    Join Date
    Nov 2003
    Posts
    1

    Default

    Hi,
    Is there a fix a total n00b can implement?

    this:
    it doesn't work because

    RewriteCond %{HTTP_HOST} ^test$ [OR]
    RewriteCond %{HTTP_HOST} ^www.test$

    should be instead

    RewriteCond %{HTTP_HOST} ^test$ [OR]
    RewriteCond %{HTTP_HOST} ^www.test$ [OR]
    means absolutely nothing to me..

    I should add I am using a reseller account that is running cPanel 8.5.4-RELEASE 72 and WHM.
    I have tried adding subdomains, and they work when I point the browser to /mydomain.com/subdomain but not /subdomain.mydomain.com - I get the IE "Cannot find server" message.

    I have tried restarting dns in WHM - I read that this sometimes works - but it doesn't help.

    Also - is this version of cPanel an unstable version? I'm just wondering why my host would put this version on instead of a stable version.

    Any help is appreciated,
    Adz

  15. #15
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,597

    Default

    Originally posted by lordadz
    Hi,
    Is there a fix a total n00b can implement?

    this:


    means absolutely nothing to me..

    I should add I am using a reseller account that is running cPanel 8.5.4-RELEASE 72 and WHM.
    I have tried adding subdomains, and they work when I point the browser to /mydomain.com/subdomain but not /subdomain.mydomain.com - I get the IE "Cannot find server" message.

    I have tried restarting dns in WHM - I read that this sometimes works - but it doesn't help.

    Also - is this version of cPanel an unstable version? I'm just wondering why my host would put this version on instead of a stable version.

    Any help is appreciated,
    Adz
    Upgrading to EDGE and re-saving the redirect will fix the problem.

Similar Threads & Tags
Similar threads

  1. WHM or Cpanel subdomain issue need help please
    By Lenfitz in forum New User Questions
    Replies: 10
    Last Post: 06-02-2011, 03:14 PM
  2. WHM/Cpanel Subdomain Error - Please Help!
    By isi123 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 03-28-2011, 04:23 AM
  3. 64-bit cPanel/WHM - any issues?
    By Reado in forum cPanel and WHM Discussions
    Replies: 11
    Last Post: 09-14-2009, 08:24 AM
  4. Cpanel>WHM Issues
    By kyro_02 in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 07-19-2005, 05:20 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube