Personal tools
Views

FAQ/Development Enviroment

From CMSMS

How to set up a Development Enviroment on your PC, so that you can try out CMSMS offline.

The simplest way is to downloade a server package, for instance XAMPP from apachefriends.

XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.

NOTES:

  • Before you try to apply .htaccess for Pretty URLS, you might want to enable mod_rewrite in the file apache/conf/httpd.conf. Uncomment this codeline, by removing the #:
#LoadModule rewrite_module modules/mod_rewrite.so
  • Make sure to save the .htaccess file in ANSI format, not UTF-8.