blob: 6136b8b3d63ec1ddd69aa2df6e99d4b9e1b3f62d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
*******************************************************************************
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%%/
*******************************************************************************
|