Ok need some help with htaccess, I have now:
RewriteEngine on
RewriteCond %{TIME_DAY} >1
RewriteRule ^.*index\.html$ %{TIME_DAY}.html
This use the html of the current day(01.htm...31.html) and convert it into:
http://www.bitches-in-heat.net/index.html
But, the problem is that it doesn't work for:
http://www.bitches-in-heat.net/
and all my traffic is pointing there
Any idea how can I fix this?