Options -Indexes

RewriteEngine on
#Static pages

RewriteCond %{SERVER_PORT} 80
#RewriteRule ^(.*)$ https://www.zohukum.com/$1 [R,L]
#RewriteRule ^(.*)$ https://bikaji.zohukum.com/$1 [R,L]
<IfModule mod_expires.c>
<Filesmatch "\.(jp?eg|png|gif|ico|woff)$">
    ExpiresActive on
    ExpiresDefault "access 1 year"
</Filesmatch>

<Filesmatch "\.(css|js|swf|mov|mp3|mpeg|mp4|ogg|ogv|ttf|xml|svg|html)$">
    ExpiresActive on
    ExpiresDefault "access 1 month"
</Filesmatch>

    ExpiresDefault "access 2 days"
</IfModule>

RewriteRule  ^index\.php  index.php?show=index [NC,QSA]
