basttet
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 403 Forbidden – I need solutionHello,
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 WordPressto
<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
In reply to: Low PHP versionThanks, Tim, i`ll try do these steps 🙂
Forum: Installing WordPress
In reply to: Low PHP versionThanks 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
In reply to: Low PHP versionThanks 🙂
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!!!!!! 🙁