Thread Starter
Klap14
(@klap14)
What do you think about ? :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
AddType x-mapp-php5.5 .php
AddHandler x-mapp-php5.5 .php
Thread Starter
Klap14
(@klap14)
Hello Jeremy,
Thanks for your answer,
My theme is Takamato
Plugins :
Breadcrumb NavXT / Chronoforms5 /Contact Form 7 / Jetpack / Light Shortcode /Post Types Order / prettyPhoto Media / WordPress Database Backup / Importateur WordPress / WordPress Post Type Archive Links
It’s the same thing when I disable all my plugins, also jetpack
I tried to change the code of comment.php file to allow duplicates but it doesn’t work
I can’t approve them (they appear anonymous and not visible)
An idea ?