Task / Tâche #2541
closedvd.partipirate.ch wordpress comments non functional
100%
Description
Hi
We've been reported (and confirmed) that non-logged-in people aren't able to post comments successfully on vd.partipirate.ch
The platform currently reports that http://vd.partipirate.ch/wp-comments-post.php can't be displayed when trying to post.
I did search a bit, and it may seem there could be a link with security measures or antispam:
http://codex.wordpress.org/Combating_Comment_Spam/Denying_Access
http://lashon.fr/securite-informatique/wordpress-antispam-securite-site-web/
I've had a quick look at our WP parameters and .htaccess, but didn't find anything disturbing.
Might it be a security change at a "higher" level, or a wrong manipulation from us. Or something else ?
Any help and hints would be very welcome !
Of course, this doesn't happen at the best time, it was observed on a newly posted article in relation with a TV appearance.
Thanks in advance for your help !
Kind regards,
Gaël
Updated by Vanadis about 13 years ago
Hi Gaël
There was a completely messed up .htaccess-File.
This is how an .htaccess-File should look on a wordpress-instance:
- 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
Also, please delete my test-comment.
Best regards
Vanadis
Updated by diesman about 13 years ago
Hi !
Thanks a lot for looking into this !
When I had a look this morning, it was empty (sort of, just the "BEGIN" and "END" lines).
In parallel, Fab_reload had a look too, and disabled/uninstalled a captcha plugin that wasn't compatible anymore.
I didn't want to take my chance at editing .htaccess and mess with the whole site, so thanks for the quick checkup !
Oh, and of course, comments do get posted all fine now, I confirm the matter resolved.
Thanks again and best regards,
Gaël
Updated by corvus about 13 years ago
- Status changed from New to 4
- Priority changed from High to Normal
Can we consider this ticket resolved?
Updated by Vanadis about 13 years ago
- Status changed from 4 to 3
- % Done changed from 0 to 100