Hi,   I'm sharing a quick method for making custom static pages in blest system without any additional plugin. Please consider that any future update would require to take care of the changes made as they can be erased.   In this example I'll be doing a static page that will be located in your_blesta_location.com/services   1.1 Creating a static page with custom HTML   1. Open plugins/cms/controller/main.php Find: else { $this->redirect($this->base_uri); } Replace for: else {