blob: 74cd30933ab14f4511f495bf8204f59a9ab8cf42 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
*******************************************************************
Notice!!
1) Edit /usr/local/etc/php.ini
register_globals = On
2) Restart Apache
apachectl restart
3) Open "http://localhost/postnuke/html/install.php"
4) When installation finished, change some files permission.
chmod 555 %%PREFIX%%/%%NUKEDIR%%/html/config*.php
*******************************************************************
|