@koomak
11 years, 2 months ago
Is there anyone to help on this ?
This is resolved. There was a problem in one of the plugins.
Here is the content in htaccess:
RewriteEngine On Options +Followsymlinks
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L]
# add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ – [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule ^(.*\.php)$ $1 [L] RewriteRule . index.php [L]
# END WordPress
Please help!
Also, in the admin area when I try to save something it shows blank page. for example : http://cloob.koomak.com/wp-admin/options-permalink.php shows blank page. But, for other subdomains (other WP sites) on the network it works fine.
I just realized that some other links like http://cloob.koomak.com/members/admin/profile/edit/ also shows blank page.