cms

Lessons Learned – from a cms developer

October 9, 2009

As a CMS developer, I have learned some valuable lessons over the years. Here are some of the most important ones that I want to share with you: Never use the Root directory for your website; “forward” requests to a secondary directory. This will make your website more secure and easier to manage. You can use .htaccess files or other methods to redirect requests from the root directory to a subdirectory where your CMS files are located. ...