View Single Post
  #13  
Old 07-29-2010, 08:06 PM
NiteWave NiteWave is online now
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,226
I tested
Quote:
RewriteEngine on
RewriteRule index.html - [T=application/x-httpd-php]
as well. it works.

another way I tried working is to create a hard link(not soft symbol link):
Quote:
ln index.html index.php
with this method cron job not needed.
Reply With Quote