Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,
    I have the same error too.
    Try to change my .htaccess file info:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    to

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{QUERY_STRING} ^redirect_to=http
    RewriteRule ^wp-login.php http://example.com/wp-login.php? [R=301,L]
    </IfModule>

    the same problem still on.

    Then try to change through phpadmin my “wp-options -active pluging” “a:12” to “a:0”, but still my page is under “403 Forbidden nginx/1.4.1” mode, when i try to connect to my wp-admin…

    Please, help!

    Thread Starter basttet

    (@basttet)

    Thanks, Tim, i`ll try do these steps 🙂

    Thread Starter basttet

    (@basttet)

    Thanks for all.
    My host answer, they can`t upgrade PHP becouse other user might not open they sites.
    But where can i check other host PHP version, before i move to it? (maybe there is online php version checker?)

    Thread Starter basttet

    (@basttet)

    Thanks 🙂
    I found, that host put tag “how to upgrade PHP from 4.x to 5.x” (put .htaccess file—> <FilesMatch “\.(inc|php|php3|php4|php5|php6|phtml|phps)$”>
    AddHandler x-httpd-php5 .inc .php .php3 .php4 .phtml
    </FilesMatch> )
    I did these changes and error changed to
    ” Error: PHP is not running.
    WordPress requires that your web server is running PHP. Your server does not have PHP installed, or PHP is turned off. “….

    OMG!!!!!! 🙁

Viewing 4 replies - 1 through 4 (of 4 total)