drastic Posted January 11 Share Posted January 11 Hey, Is there an option to disable site feedback? I get mostly spam in it, so don't really need it. Thanks! Quote Link to comment Share on other sites More sharing options...
Tech Support Posted January 11 Share Posted January 11 I think they could be just spamming the URL automatically (not checking if the option exists or not). So the first try I would recommend to change /feedback/ URL to something random. This should be done in 2 places: 1) Website UI -> Language files -> default, search for /feedback/ and change it to something: urls.feedback = /atsf34vddf/ 2) Then edit .htaccess file on your server FTP in website www root and change the pattern accordingly: RewriteRule ^atsf34vddf/$ index.php?mode=async&function=get_block&block_id=feedback_feedback_form&global=true [L,QSA] If this doesn't solve the spam issue, then just comment out the rule in .htaccess file with adding # before it. Then your feedback option will stop working. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.