Apache .htaccess Trick
<IfModule mod_rewrite.c> RewriteEngine On ## turn off the Rewrite if in HTTPS Mode RewriteCond %{HTTPS} off ## exclude some URL from the Rewrite Rule RewriteCond %{REQUEST_URI} !/th/counterservice_order_receive\.php # First …
Apache .htaccess Trick Read More