Content
In order to protect your account from HTTP TRACE request attacks, you can add this to your .htaccess file:
1
2
3
|
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* – [F]
|
You can modify the .htaccess file using File Manager in cPanel.
For more information on how to secure your account, please check our basic security guidelines.