Hi datahell,I found the issue was the .htaccess file, after adding recursive coding. It works now.Many thanks,
If you get a warning about not defined default timezone contact your web hosting company and tell them to set the default value in server's php.inidate.timezone = Asia/Taipei* Elxis sets UTC as the default timezone in Elxis loader. includes/loader.php line 187: date_default_timezone_set('UTC');** includes/libraries/elxis/date.class.php line 59: $this->datetime = new DateTime(NULL, new DateTimeZone($this->timezone));*** includes/libraries/elxis/date.class.php line 41: $this->timezone = eFactory::getElxis()->getConfig('TIMEZONE');$this->datetime = new DateTime(NULL, new DateTimeZone($this->timezone)); //init datetime with local timezone