Title: basttet's Replies | WordPress.org

---

# basttet

  [  ](https://wordpress.org/support/users/basttet/)

 *   [Profile](https://wordpress.org/support/users/basttet/)
 *   [Topics Started](https://wordpress.org/support/users/basttet/topics/)
 *   [Replies Created](https://wordpress.org/support/users/basttet/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/basttet/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/basttet/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/basttet/engagements/)
 *   [Favorites](https://wordpress.org/support/users/basttet/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [403 Forbidden – I need solution](https://wordpress.org/support/topic/403-forbidden-47/)
 *  [basttet](https://wordpress.org/support/users/basttet/)
 * (@basttet)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/403-forbidden-47/#post-3989368)
 * 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!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Low PHP version](https://wordpress.org/support/topic/low-php-version/)
 *  Thread Starter [basttet](https://wordpress.org/support/users/basttet/)
 * (@basttet)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/low-php-version/#post-2531014)
 * Thanks, Tim, i`ll try do these steps 🙂
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Low PHP version](https://wordpress.org/support/topic/low-php-version/)
 *  Thread Starter [basttet](https://wordpress.org/support/users/basttet/)
 * (@basttet)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/low-php-version/#post-2530987)
 * 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?)
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Low PHP version](https://wordpress.org/support/topic/low-php-version/)
 *  Thread Starter [basttet](https://wordpress.org/support/users/basttet/)
 * (@basttet)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/low-php-version/#post-2530894)
 * 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)