Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter abombo

    (@abombo)

    Resolved

    Thank you so much for your help!

    Replaced the .htaccess file as instructed still would not work. Made some changes to the wp-config file.

    Then in a final act of desperation I deleted the second site in network admin created it again and there it was a subdomain site!

    Thanks again
    Bomb

    Thread Starter abombo

    (@abombo)

    This is how it reads.

    # 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

    Thread Starter abombo

    (@abombo)

    OK thanks for the tips.

    Removed the Facebook pro plugin as advised.

    I am now in a little strife though. The main site is fine! Which is great.

    However now i can create a new site but as soon i go to it i get 500 internal server error when i visit the new site…

    Thread Starter abombo

    (@abombo)

    Ok so i think i know what i did wrong now.

    I have squashed two sites together to form multi site by changing the wp-config files to use the same database and keys.

    So how can i delete my second site and all the files and start again? Important that i don’t break the main site.

    Thanks

    Thread Starter abombo

    (@abombo)

    Hi Ipstenu

    Thanks for your reply.

    All the plugins are in the directory for the main site but they are not in the second sites directory.

    Is there a config file i can edit so the second site can look at the main sites plugin directory?

    Thanks
    Bomb

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