edgin
Forum Replies Created
-
Forum: Networking WordPress
In reply to: blank admin page on subsub folder siteIn theme folder I have : spectacular theme and woo theme beside twentyten and twentyeleven.
In Network admin under edit site page, in setting, in template field there is twentytwelve.
Im moving to newest version.Forum: Networking WordPress
In reply to: blank admin page on subsub folder siteI’ve updated the files in wp-includes and wp-admin…to check..no improvement … the databese in phpmyadmin shows that sites are created ..
Forum: Networking WordPress
In reply to: blank admin page on subsub folder siteCorrection, I have blank pages on either admin and on visit site pages on second level folder site, while all sites in first level folder are working normal .
Forum: Networking WordPress
In reply to: blank admin page on subsub folder siteHI, Thank you for your response
i didnt get twentythirteen in wp instal (3.5.1)
should I instal it?This is in htaccess:
RewriteEngine On RewriteBase / 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]Forum: Networking WordPress
In reply to: Sub sub folder sites (subsites)I should add that
I have managed to create in the network admin a site like this
http://www.mysite.com/site/french/
but when I want to go to dashboard of that site I get 404, and when trying to see the pages by typing the url get the other pages from other sites …. site is missing or I did something wrong …Forum: Plugins
In reply to: [Multiple Themes] not workin in httpsGreat!Im using https and doing and after update all is working well.
Thank u jonradio!