• Resolved ejwork

    (@ejwork)


    Hi ,

    I am facing weird issue with wordpress multisite , I am try to clone the website so I can work on improving the site on side rather in actual things.

    The issue is been clone successfully. However, the sub site can’t bee access which shown as not found page.

    What should I do to fix that . Thank you in advance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi

    to clone from where to where?
    I am trying to clone from GoDaddy to Local machine, and it (almost) works.
    cheers
    m.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    However, the sub site can’t bee access which shown as not found page.

    What does the not-found page look like?

    Is it subdomains or subfolders?

    Thread Starter ejwork

    (@ejwork)

    It is on subfolders , and it looks like that
    http://www.stchrisapp.com/index3/senior

    if I am try to access control panel , I will just able to view the root website.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Where is WP installed? http://www.stchrisapp.com/index3/ ?

    What’s in your .htaccess?

    Thread Starter ejwork

    (@ejwork)

    I clone that in folder /index3
    and the content of the .htaccess is the following

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /index2/
    RewriteRule ^index\.php$ - [L]
    
    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]
    
    </IfModule>
    Thread Starter ejwork

    (@ejwork)

    Solved, Go from network control panel and then just change path from index to index2 or what ever and will be be solve

    I try to change the .htaccess , however didn’t effected.

    Thanks thanks 🙂 .

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Well that’s multiple issues.

    1) .htaccess MUST accurately reflect where WP is installed. If it’s index2, it has to have the root of index2

    2) Your Server really should have the right location for a site. But … well that’s endemic of your server.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Clone Multisite in godaddy’ is closed to new replies.