Oh, sorry if I was being unclear.
I meant to ask if it is common that web hosting companies allow .htaccess files.
Whatever,
The PHP system is slowly reaching a more mature state. The main things that are left to do now are the handbook, the faq, a phpBB theme and the web administration tools.
The question I have now is about how users should be able to comment the news items. I see these possibilities:
Using a custom comment system:1. The user just enters a nick, without password or anything.
2. I create a separate login system.
3. I create a separate login system, but use the phpBB login information. (You would have to login on two places: the forum and the main site)
4. I use the phpBB login system straight off (dunno how to do it, but it should be possible? :wink:)
Using phpBB:5. For every news item, a new thread is created in a special "news discussion" forum, letting users communicate and login just as in the other parts of the forum.
What do you think?
/Per Eckerdal
BTW: If you're curious what I'm doing, I have made my local apache server available though dyndns:
http://mellan.dyndns.org/codeblocks/. But don't be surprised if it's down or doesn't work: It is my working copy after all..
Note that it for some reason takes 2-3 sec to connect to my mysql server, so the pages using the db are pretty slow.