so its seems this plugin oweright your htaccessWARNING: ampforwp-purge-cdn-cache-2.0.3 crashed my site. Even if I remove all plugins I still have 500 Internal Server Error
You are 100% right !so its seems this plugin oweright your htaccess
please check htaccess
no idea but this is defult htaccessYou are 100% right !
Here is what the plugin append to .htaccess :
<Files "apikey.pub">
AddType text/plain .pub
Header add Cache-Control "max-age=300, public"
SetEnvIfNoCase User-Agent .*google.* search_robot
SetEnvIfNoCase User-Agent .*yahoo.* search_robot
SetEnvIfNoCase User-Agent .*bot.* search_robot
SetEnvIfNoCase User-Agent .*ask.* search_robot
Allow from env=search_robot
</Files>
So, what to edit here to make the plugin work properly ?
Thanks
# 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
no idea but this is defult htaccess
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
PLS Newspaper AMP Theme 2.0.14 LİNK