Viewing 6 replies - 1 through 6 (of 6 total)
  • Your link is missing ‘wp’ and just has 2020?

    Thread Starter kimaldis

    (@kimaldis)

    Sorry, typo in the post. I’m using it correctly here.

    Your .htaccess file could have a redirect for https or for www that is affecting it.
    I have this setup for a client site and there are no extra rules needed in .htaccess.
    Be sure that your Settings for site URL and WP URL both have wp2020.
    Maybe you should go and Save Permalinks on the new one.

    Thread Starter kimaldis

    (@kimaldis)

    URL and WP IRL are both good

    I’ve done this myself too and it’s never been a problem. I think you’re right, it’s looking like .htaccess. I was hoping never to have to deal with that. Oh well.

    Thanks.

    Thread Starter kimaldis

    (@kimaldis)

    I have this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    # END WordPress
    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>

    deny from 31.192.105.52
    deny from 5.39.218.254
    deny from 91.200.12.33

    Thread Starter kimaldis

    (@kimaldis)

    Actually, I’m less bothered by this now, I can get to the backend from the Softaculous management page and I’ve a feeling it’ll sort itself when I redirect to the new one.

    thanks all for the input.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Installing second wordpress next to existing one’ is closed to new replies.