Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Black on April 06, 2004, 05:28:59 AM
-
Ok I followed exactly what was written on this site
http://www.familybrown.org/howtos/phpbb2-howto.html
[root@e-smith /root]# mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
[root@e-smith /root]# cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
[root@e-smith httpd.conf]# pico 93phpBB
## This is where the Problem is (Line 961) :
#-------------------------------------------
# phpBB 2.0.4
#-------------------------------------------
Alias /phpBB2 /opt/phpBB2
<Directory /opt/phpBB2>
AddType application/x-httpd-php .php .php3 .phtml
Options Indexes +Includes FollowSymLinks
order deny,allow
deny from all
allow from all
</Directory>
<Files /opt/phpBB2/config.php>
order deny,allow
deny from all
</Files>
#------------------------------------------
Then rebuild httpd.conf and restart apache:
[root@e-smith httpd.conf]# /sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
[root@e-smith httpd.conf]# /etc/rc.d/rc7.d/S85httpd-e-smith restart
After running that last command I get the error.
I have tried removing the Capitol Letters and replacing with lowercase..etc
Any Ideas?
Thanks
-
ok I actually looked at line 961 and it was this:
"Options Indexes + Includes FollowSymLinks"
All I did was backspace the Includes closer to the plus and it worked, lol feel stupid now..lol
-
Now when I try to run http://mysite.com/phpBB2/install.php it wants to download as a file?? Any ideas?
Thanks
-
it shud be
http://mysite.com/phpBB2/install/install.php
there is no install.php in phpBB2 directory
Suresh Ande