Tuesday 7 June 2011

Auto Refresh Joomla Website

You can Auto Refresh your Joomla Website after X number of Seconds

add the following code in your index.php file

---------------------------------------------
<? php header('Refresh : 30');
---------------------------------------------
Note :- After every 30 second your website will refresh and upload any new changes