trying to put offline my website but ... it doesn't ! I checked the configuration.php file and looks pretty good. I use Joomla 2.5, what could be the problem ?
- Code: Select all
<?php
class JConfig {
public $offline = '1';
public $offline_message = 'Sito fuori servizio per manutenzione.<br /> Riprovare più tardi.
Site down for maintenance.
Please try again later. ';
public $display_offline_message = '1';
public $offline_image = '';
public $sitename = 'SETIPIACIPIACI';