dulotie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Failed to submit comment – 404 errorbump
Forum: Fixing WordPress
In reply to: Failed to submit comment – 404 errorStill no luck.
Forum: Fixing WordPress
In reply to: Failed to submit comment – 404 errorthe same problem occur. I’m trying to download wordpress again and replace the old wp-comments-post.php.
Forum: Fixing WordPress
In reply to: Failed to submit comment – 404 errorIt’s still the same =X
Forum: Fixing WordPress
In reply to: Failed to submit comment – 404 errorI don’t have any problem setting permalinks back to default.
Message showed: permalinks structure updated.
submitting comment after that shows:Not Acceptable
An appropriate representation of the requested resource /wp-comments-post.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
This is the content within .htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
U mean update an empty .htaccess file back to the server?
Forum: Fixing WordPress
In reply to: Failed to submit comment – 404 errorit’s there..
Forum: Fixing WordPress
In reply to: Failed to submit comment – 404 erroryes, it turns out the same. I even deleted un-use plugins from the ftp
Forum: Fixing WordPress
In reply to: Link problem?I still have the same problem. I found that, when I change the permalinks back to default, the problem won’t occur, but when I change it to the format of url/year/month/post-title, it occurs again.
Forum: Fixing WordPress
In reply to: Link problem?thanks, I deactivate all the plugins then reactivate one by one. seems like one of the plugins was the problem but still finding out which one. Anyway, thanks for the steps =D