abombo
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multi site plugin issuesResolved
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
BombForum: Networking WordPress
In reply to: Multi site plugin issuesThis 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 WordPressForum: Networking WordPress
In reply to: Multi site plugin issuesOK 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…
Forum: Networking WordPress
In reply to: Multi site plugin issuesOk 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
Forum: Networking WordPress
In reply to: Multi site plugin issuesHi 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