
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
<files wp-config.php>
	order allow,deny
	deny from all
	</files>
</IfModule>
RewriteCond %{HTTP_HOST} darshanchemicals\.in [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.darshanchemicals.in/$1 [R,L]
# END WordPress
