blob: 0545df8d1781f1a9df6569132e743955f69fec19 (
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
26
|
[
{ type: install
message: <<EOM
%%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>
EOM
}
]
|