Hi Pascal,
I installed HTProtect with the same settings on two websites. When I run a diff on the generated .htaccess files, aside from different timestamps and cfg-codes, only one of the two .htaccess files has the following rules (they’re missing in the other):
< RewriteRule "^components/com_jce/editor/libraries/classes/" - [E=HTP_SHIELD_PHP:1,NC]
< RewriteRule "^components/com_jdownloads/assets/rating/css/" - [E=HTP_SHIELD_PHP:1,NC]
< RewriteRule "^components/com_jdownloads/assets/rating/js/" - [E=HTP_SHIELD_PHP:1,NC]
< RewriteRule "^components/com_jce/editor/libraries/classes/" - [E=HTP_SHIELD_TYPE:1,NC]
< RewriteRule "^components/com_jdownloads/assets/rating/css/" - [E=HTP_SHIELD_TYPE:1,NC]
< RewriteRule "^components/com_jdownloads/assets/rating/js/" - [E=HTP_SHIELD_TYPE:1,NC]
Any idea why that might be? Could it be that the rules on one site didn’t get updated automatically?
Cheers
Tom