blob: ca67368a51019ab51a34902172e67597a6760f81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
===================================================
%%PKGNAME%% has been installed into:
%%PREFIX%%/%%PHAMMDIR%%
Please edit config.php to suit your needs.
To make phamm available through your web site,
I suggest that you add the following to httpd.conf:
Alias /phamm/ "%%PREFIX%%/%%PHAMMDIR%%"
<Directory "%%PREFIX%%/%%PHAMMDIR%%">
AllowOverride None
Options None
Order allow,deny
Allow from all
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
</Directory>
===================================================
|