Installing Mod_Rewrite on Apache

assets/Uploads/_resampled/SetWidth150-apachelogo.png

Mod_rewrite is used to change the URL using the commands rewriting engine (based on regex parser) is requested on the fly (directly). To use this module the Apache minimum version required is Apache 1.2 or latest version. You can install as a module mod_rewrite on your Apache webserver. Before you install this module first checks...

Silverstripe Template Engine

assets/Uploads/_resampled/SetWidth150-Template.png

MVC on the silverstripe named Sapphire has provided a template engine. This template engine can be easily combined with its controllers. As I discuss in the article Knowing Silverstripe MVC, a page type on the silverstripe will have .ss template fileĀ  which contains only the HTML syntax. The .ss file names will be same as...

Knowing Silverstripe MVC

assets/Uploads/_resampled/SetWidth150-themes1.jpg

Silverstripe as CMS have a MVC (Model View Controller) development framework called Sapphire. By using these MVC silverstripe developers can easily modify silverstripe CMS. This MVC also has its own template engine that can separate between program code and layout of web pages perfectly. Silverstripe programmers can work on without having to think about the web...

What is Silverstripe?

assets/Uploads/_resampled/SetWidth150-SilverStripeLogo.png

Silverstripe is a free framework and content management system (open source), which can be used to manage a website. CMS to provide silvestripe an ease in managing the website. Each end user does not need to have the ability in the use of HTML. So it is easy to use. Silverstripe has a development Model...