cluster Posted October 17, 2015 Share Posted October 17, 2015 (edited) is there a possibility to disallow the GET parameter function for switch template from URL and orders and domaincheck from URL f.ex. http://demo.whmcs.com/cart.php?a=add&domain=register&sld=mydomain&tld=.com&carttpl=boxes or http://demo.whmcs.com/cart.php?a=add&domain=register&sld=mydomain&tld=.com&tpl=six Edited October 17, 2015 by cluster 0 Quote Link to comment Share on other sites More sharing options...
cluster Posted October 17, 2015 Author Share Posted October 17, 2015 solved mod_rewrite did it ... added to .htaccess RewriteCond %{query_STRING} ^(carttpl=*)|(systpl=*)|(tpl=*)|(sld=*)|(tld=*)|(billingcycle=*)|(currency=*)(.*)$ RewriteRule ^(.*)$ https://www.mydomain.tld/? [R=301,L] that makes it even more secure ... 0 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.