UtahSEO
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Auto updated problems after upgrade 3.0.2 / 3.0.3Have you tried turning all plugins off then try them one by one?
This actually worked for me a couple of times.
Google Analytics or Plugins by-Denis de Bernardy messed it up if I remember correctly.
Forum: Fixing WordPress
In reply to: Auto updated problems after upgrade 3.0.2 / 3.0.3THIS IS EXACTLY WHAT I HAVE.
COPY EXACTLY & OVERWRITE your .htaccess with the below code only
AddType x-mapp-php5 .php
# 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
Let me know if that works.
🙂 mg UtahSEO
Forum: Fixing WordPress
In reply to: Auto updated problems after upgrade 3.0.2 / 3.0.3Hey I am pretty sure I have a fix for the Automatic Upgrade Problem.
In your root folder edit your .htaccess file
Open .htacess file up in notepad
at the top, add this code-AddType x-mapp-php5 .php
Then save and re-upload to your site.
I use the 1&1 as a host.
Now it works perfect.
Hope this works.
🙂 your friends at UtahSEO
Forum: Fixing WordPress
In reply to: Automatic Upgrade and Hosting Matters…Hey I am pretty sure I have a fix for the Automatic Upgrade Problem.
In your root folder edit your .htaccess file
Open .htacess file up in notepad
at the top, add this code-AddType x-mapp-php5 .php
Then save and re-upload to your site.
I use the 1&1 as a host.
Now it works perfect.
Hope this works.
🙂 [sig moderated as per the Forum Rules]