simone2
Forum Replies Created
-
Forum: Plugins
In reply to: Serious permalinks problem has crashed my siteThis is the contents of the .htaccess file:
# 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 WordPressWhere do I insert your recommended code?
Thanks for your help
Mike M
Forum: Plugins
In reply to: Serious permalinks problem has crashed my siteI can’t even access permalinks. Whenever I attempt to, I get the same above-mentioned error message that comes up when I pull the home psge.
Thanks,
Mike MForum: Fixing WordPress
In reply to: Security Problem, Unauthorized Administrator RightsActually, a very good question, and I’m afraid you may have hit the nail on the head. I asked a friend to log in to the site from his I-pod, and he successfully found it with no administrator privileges. This is embarrassing, but I’ve never done this before and can occasionally display a painful learning curve. Thanks very much for your help.
Forum: Fixing WordPress
In reply to: Security Problem, Unauthorized Administrator RightsThanks for the quick response. I’ll try your suggestion; might the problem be the Ultimate SEO plugin? BTW, I’m already utilizing the Twenty Ten Theme.