Page 1 of 1

Little HowTo "Install phpwcms on XAMPP"

Posted: Tue 27. Mar 2007, 19:25
by markus s

Re: Little HowTo "Install phpwcms on XAMPP"

Posted: Thu 10. Dec 2009, 20:50
by Impressive
Installation and on EasyPHP / AppServ / TopServ is similarly made

Re: Little HowTo "Install phpwcms on XAMPP"

Posted: Tue 23. Feb 2010, 10:23
by pSouper
you may also find that the config settings for the mac may be something like this...

Code: Select all

$phpwcms['site']                      = 'http://localhost/~YOUR_USER_NAME/';
$phpwcms['DOC_ROOT']          = '/Users/YOUR_USER_NAME/Sites/';
$phpwcms['root']         		= 'phpWCMS_SVN/trunk'; // this is the directory to your index.php (as you can see, this is to my SVN installation)
hope it helps.
(ps. the svn version (R401) works with php 5.3.0 too - not sure about other versions)