• sureshsanghvi

    (@sureshsanghvi)


    hello

    I have 2 wp sites

    and one into another one like that parent domain and inside sub domain .
    like :
    domain1.com
    domain1.com/blog

    my issue is : the parent domain htaccess file is override to sub domain htaccess file .

    if you know the wp required the root path for the site working .

    Please help me asap as i am trouble with this from last 2 weeks .

    thank you

Viewing 1 replies (of 1 total)
  • leejosepho

    (@leejosepho)

    The sub-domain needs this as part of its htaccess:

    RewriteEngine On
    RewriteBase /blog/

    It might also need this…
    RewriteRule . /blog/index.php [L]
    …but I am not certain there.

Viewing 1 replies (of 1 total)
  • The topic ‘htaccess override issue’ is closed to new replies.