コード例 #1
0
 private function add_error_redirection()
 {
     //Error page
     $this->add_section('Error pages');
     $this->add_line('ErrorDocument 403 ' . $this->general_config->get_site_path() . UserUrlBuilder::error_403()->relative());
     $this->add_line('ErrorDocument 404 ' . $this->general_config->get_site_path() . UserUrlBuilder::error_404()->relative());
 }