Jul 102014
 

A content management system (CMS is a computer application that allows publishing, editing and modifying content, organizing, deleting as well as maintenance from a central interface. CMS’s are often used to run websites containing blogs, news, and shopping. Many corporate and marketing websites use CMS’s. CMS’s typically aim to avoid the need for hand coding, but may support it for specific elements or entire pages.

Some of the most famous open source CMS are Worpress (I use it to run linuxaria.com), Drupal and Joomla, they are (IMO) 3 old and solid CMS that can handle the majority of the needs, but there are much more open source CMS solutions and today I want to show you 4 less known solutions

Continue reading »

Flattr this!

Aug 072010
 
  1. Proper Hosting Environment

    A properly configured server is highly recommended for your joomla website. Host your site on a server that runs PHP in CGI mode with su_php. This means that PHP runs under your own account user instead of the global Apache user and you don’t need to set insecure global permissions like CHMOD of 777.a. Set register_globals OFF

    b. Disable allow_url_fopen

    c. Adjust the magic_quotes_gpc directive as needed for your site. The recommended setting for Joomla! 1.0.x is ON to protect against poorly-written extensions. Joomla! 1.5 ignores this setting and works fine either way.

    d. Don’t use PHP safe_mode

  2. Continue reading »

Flattr this!