Home Forums WordPress Plugins Hide My WP Blank Page error after use hide my wp

This topic is: not resolved
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #7847
    adtsalvation
    Active
    Post count: 12

    Hi

    We are using paid hide my wp multi site with nginx server on http://adtsalvation.a.wetopi.com/
    we are facing problem that after configuration showing blank page on http://adtsalvation.a.wetopi.com/
    We have follow your documentation
    Please help and reply soon

    Thanks

    #7852
    Suman M.
    Post count: 12480

    Hi, WP multisite on Nginx server is not officially supported yet. Please check this FAQ – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158/faqs/14735

    #7860
    adtsalvation
    Active
    Post count: 12

    hi
    my .htaccess file is 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]

    and

    convert .htacess rules to nginx

    # nginx configuration location /wp-admin { rewrite ^/wp-admin$ /wp-admin/ redirect; } location / { if (-e $request_filename){ rewrite ^/(wp-(content|admin|includes).*) /$1 break; } rewrite ^/(.*\.php)$ /$1 break; rewrite ^(.*)$ /index.php break; }

    How to use that ?
    please help me

    #7871
    Suman M.
    Post count: 12480

    Hi, please let us know your website’s wp-admin login details (as private reply), so that we can have a look at the issue.

    #7884
    adtsalvation
    Active
    Post count: 12
    This reply has been marked as private.
    #7896
    adtsalvation
    Active
    Post count: 12

    please reply me soon

    #7901
    Suman M.
    Post count: 12480
    This reply has been marked as private.
    #7903
    adtsalvation
    Active
    Post count: 12

    Please try agian and reply me soon

    #7911
    Suman M.
    Post count: 12480

    Having the same issue with login!

    #7916
    adtsalvation
    Active
    Post count: 12

    please try again
    i have accessed here

    #7917
    Suman M.
    Post count: 12480

    Now it’s (http://adtsalvation.a.wetopi.com/wp-admin/) giving “Error establishing a database connection” error!

    #7918
    adtsalvation
    Active
    Post count: 12

    Please check again
    we have resoled that issue
    and reply as soon as possible

    Thanks

    #7938
    adtsalvation
    Active
    Post count: 12
    This reply has been marked as private.
    #7939
    adtsalvation
    Active
    Post count: 12
    This reply has been marked as private.
    #7948
    Suman M.
    Post count: 12480
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 15 total)

You must be logged in to reply to this topic.