Hi, RajeevIn your httpd ".conf" file, inside your VirtualHost tag - Write these rules.RewriteEngine OnRewriteCond %{QUERY_STRING} debug=layoutRewriteRule .* /? [R,L]What it will do - For Eg.,If your request url is - http://www.example.com/homepage.html?debug=layoutthen it will redirect the url to ...