Support Team
posted this
14 September 2020
Hello,
If the problem is persistent even after system restart, you can try this workaround:
Open .htaccess file on your server and add this code there:
RewriteCond %{QUERY_STRING} template=werbeagentur&is_preview=on
RewriteRule ^.*$ - [R=404,L]
RewriteCond %{QUERY_STRING} template=rezensionen&is_preview=on
RewriteRule ^.*$ - [R=404,L]
or
RewriteCond %{QUERY_STRING} template=werbeagentur&is_preview=on
RewriteRule ^.*$ - [R=410,L]
RewriteCond %{QUERY_STRING} template=rezensionen&is_preview=on
RewriteRule ^.*$ - [R=404,L]
This would though prevent Themler Editor from opening so it is advised to first complete theme development and then add the code.
Gina
Themler Support
Hello,
If the problem is persistent even after system restart, you can try this workaround:
Open .htaccess file on your server and add this code there:
RewriteCond %{QUERY_STRING} template=werbeagentur&is_preview=on
RewriteRule ^.*$ - [R=404,L]
RewriteCond %{QUERY_STRING} template=rezensionen&is_preview=on
RewriteRule ^.*$ - [R=404,L]
or
RewriteCond %{QUERY_STRING} template=werbeagentur&is_preview=on
RewriteRule ^.*$ - [R=410,L]
RewriteCond %{QUERY_STRING} template=rezensionen&is_preview=on
RewriteRule ^.*$ - [R=404,L]
This would though prevent Themler Editor from opening so it is advised to first complete theme development and then add the code.
Gina
Themler Support