9 lines
488 B
Text
9 lines
488 B
Text
*******************************************************************************
|
|
A sample config file is located in %%WWWDIR%%/inc/config.inc.php.sample
|
|
You now need to add an alias to apache's httpd.conf pointing to
|
|
%%WWWDIR%% in order to access PowerAdmin from your web brower,
|
|
or create a VirtualHost with DocumentRoot set to that directory.
|
|
Alias /poweradmin/ %%WWWDIR%%/
|
|
or
|
|
DocumentRoot %%WWWDIR%%/
|
|
*******************************************************************************
|