blob: 1721eab4f103a7b20bbd13438b449b732e9d1104 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
****************************************************************
The PHPWebGallery Photo Gallery has been installed in the directory
%%WWWDIR%%,
the documentation at
%%DOCSDIR%%
and the content of the tools directory at
%%EXAMPLESDIR%%.
If this is a new installation, don't forget to verify that your
PHP configuration is OK and that you have an mySQL database.
You must add appropriate configuration directives to your
apache configuration file (%%PREFIX%%/etc/apache/httpd.conf).
A typical configuration would be:
Alias /gallery/ "%%WWWDIR%%/"
<Directory "%%WWWDIR%%">
AllowOverride None
Order allow,deny
Allow from all
</Directory>
For installation and upgrade information, check the readme file.
****************************************************************
|