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