Env settings.php

From ARK
Revision as of 15:01, 13 November 2008 by Andydufton (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This small file contains only settings relating to the specific server environment. This is specifically for the ends of multiple sever environments. There are three settings which you need to think about:

The document root of this virtual host (as set up in your apache conf)

$doc_root = 'C:\ms4w\Apache\htdocs';

This is ok if you are using the ms4w server package

If you are using a mac server you it might be some thing like this

$doc_root = '/Applications/MAMP/htdocs/v2';