• Resolved craigmedia

    (@craigmedia)


    Hello,
    Hope someone can help me this is really frustrating. I have a wordpess multisite created and have got it working fine by following the instruction on how to set up a multisite. I installed it under a domain called pn-onepage.co.nz.

    However when I create another site and try to access the dashboard i get redirected to this https://deannecraig.pn-onepage.co.nz/wp-admin/install.php which is asking me to install wordpress.

    RewriteEngine On
    RewriteBase /onepage/
    RewriteRule ^index\.php$ - [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]

    this is my htaccess. I’m not sure what I’m doing wrong, I have created a wildcard subdomain in justhost. Any help would be much appreciated.

Viewing 16 replies (of 16 total)
  • Thread Starter craigmedia

    (@craigmedia)

    Hey I found out what the issue was lol. Silly mistake. I didnt point the wildcard to my home folder, I was looking following other blog instruction on making it public_html/ but because it’s an addon domain i should of had the wildcard like so public_html/pn-onepage or whatever folder the wordpress installation is for the website.

    Silly Me ?? So excited though, now that I can move forward. lol

Viewing 16 replies (of 16 total)
  • The topic ‘Subsite Dashboard and subdomain gets redirected to install.php’ is closed to new replies.