htaccess block EU Cookie
-
Hello
When Im adding htaccess file to wp-includes folder, the plugin don’t work correctly.
The button “Accept” or “I gree” (whatever) is not working (after click button, cookies massage is don’t desapeare)htaccess code:
<FilesMatch “\.(?i:php)$”>
Order allow,deny
Deny from all
</FilesMatch>
<Files wp-tinymce.php>
Allow from all
</Files>
<Files ms-files.php>
Allow from all
</Files>What should I add here?
Dzi?ki za pomoc
- The topic ‘htaccess block EU Cookie’ is closed to new replies.