Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • @koomak

    Participant

    Is there anyone to help on this ?

    @koomak

    Participant

    This is resolved. There was a problem in one of the plugins.

    @koomak

    Participant

    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!

    @koomak

    Participant

    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.

    @koomak

    Participant

    I just realized that some other links like http://cloob.koomak.com/members/admin/profile/edit/
    also shows blank page.

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar