phpbb mysql webserv
4 Replies
if your having trouble with the sql tables a good way to visually see whats going on is to install phpmyadmin…
AddType application/x-httpd-php .php
Additionally you need to have PHP installed for any of this to work. So if you are using your distro's apache package, then get your distro's php package. Or if you compiled apache by hand, then you need to compile PHP by hand as well.
Sunny Dubey
you need to have the following in httpd.conf for php to work
AddType application/x-httpd-php .php
thanks i will give it another install