QuiveringPoodle2
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Multisites – NO: wp-admin / css / images. Main Site – OKThanks all for helping me with this.
Sadly the solutionis not clear – this is what the server guys had to say:
Honestly I’m unfortunately not sure what happened here really. It appears that there had been a number of security issues with your files which we had tried to fix initially, but as the fix was ran on already working sites it made a bit of a mess. But, everything at this time is fixed and working with the proper permissions and securities in place so I don’t think this issue will be encountered again in the future.
Cheers,
PeteForum: Networking WordPress
In reply to: Multisites – NO: wp-admin / css / images. Main Site – OKThanks very much :o)
I’ll post back with an update…and hopefully the solution…watch this space.
Pete
Forum: Networking WordPress
In reply to: Multisites – NO: wp-admin / css / images. Main Site – OKHi,
It was working on WiredTree but then as I say, when the ‘memory error was fixed something got broken it seems.SecondParallel.com is the master domain with WP installed there and the other sites are Multi-Site redirects. The main site was working 100% until the htaccess was updated for ‘Network Setup’ and then it broke. So, it does seem as though this could all be an .htaccess issue.
Redirects are:
Multi-Site: https://criblook.com = NO THEME, NO IMAGES
Multi-Site: https://secondparallel.com/cv/ = NO THEME
Multi-Site: https://adventuremediaschool.com = NO THEMEThanks for your help!
Forum: Networking WordPress
In reply to: Multisites – NO: wp-admin / css / images. Main Site – OKEverything was working fine and then I had a ‘memory’ fatal error message. I got in touch with the server guys (WiredTree) and they fixed the memory issue but broke something else.
I then upgraded to WP 3.2.1 to try and fix the problem but that didn’t help.
1. Subfolders – before the redirect the directories were – https://secondparallel.com/NAME OF SITE
2. Images / CSS – yes
3. Hotlinking – no / I don’t think so.Can I give you admin powers to have a look around the site?
Cheers,
PeteForum: Networking WordPress
In reply to: Multisites – NO: wp-admin / css / images. Main Site – OKThanks Andrea –
htaccess was wrong – I’ve updated it but now different thinks are broken –
Main Install: https://secondparallel.com = NO THEME, NO IMAGES
Multi-Site: https://criblook.com = NO THEME, NO IMAGES
Multi-Site: https://secondparallel.com/cv/ = NO THEME
Multi-Site: https://adventuremediaschool.com = NO THEMECould it be permissions related?
Here’s my new .htaccess files, copied from the ‘Network Setup” page
RewriteEngine On RewriteBase / 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).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]