+ Reply to Thread
Results 1 to 4 of 4

Thread: Work on a subdomain/ Install copy script on a subdomain

  1. #1

    Work on a subdomain/ Install copy script on a subdomain

    Hello dear community,
    Last edited by Alexandre Bonneau; March 3, 2019 at 04:18 PM.

  2. #2

    htaccees file help.... please

    Hello,

    I have domain.com where is my website
    I created subdomain: test.domain.com

    I have created two directories for site files :
    -domainfolder
    -subdomainfolder

    Two database. I have connected the second database to the subdomainfolder changing config.inc.php and changed ROOT and URL

    I have ERR_TOO_MANY_REDIRECTS.... please HElppp
    do i need to change something in htacess?? WHERE PLEASE

    Regards !

  3. #3
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,137
    Hello,

    in htaccess find a row # wildcard request

    add below the following:

    RewriteCond %{HTTP_HOST} !^test\. [NC]


    also in config.inc.php set RL_DIR as ''

    otherwise, create a ticket

  4. #4

    Rudy

    Hello Rudy thank you for you answer,

    I have added the line
    RewriteCond %{HTTP_HOST} !^test\. [NC]

    under # wildcard request row but still have error_too_many redirects

    I have also tried to replace all the domain.com to test.domain.com in text editor for files folder but still have this error of too many redirects ...

    could you please help me ...

    Regards !

+ Reply to Thread