Step::1 Login to cPanel and open File Manager section
Step::2 Go to public_html
Step::3 Now find .htaccess file and right click over and choose the Edit option
Step::4 Copy the code given below:
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{QUERY_STRING} (<|%3C).*script.*(>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|[|%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|[|%[0-9A-Z]{0,2})
RewriteRule ^(.*)$ index.php [F,L]
Step::5 Paste this code in your .htaccess file and click on Save changes
Visit our Blog for more details. You can also watch the video here.