Questions tagged [phpbb]

phpBB is an Internet forum package written in the PHP scripting language.

The name "phpBB" is an abbreviation of PHP Bulletin Board. Available under the GNU General Public License, phpBB is free and open source software.

Features of phpBB include support for multiple database engines (PostgreSQL, SQLite, MySQL, Oracle Database, Microsoft SQL Server), flat message structure (as opposed to threaded), hierarchical subforums, topic split/merge/lock, user groups, multiple attachments per post, full-text search, plugins and various notification options (e-mail, Jabber instant messaging, ATOM feeds).

Source: Wikipedia

4 questions
1
vote
0 answers

How to get Sqlite with PHPBB to work with apache2

I was wondering if anyone knew the steps/modules I needed in order for PHPBB to work with sqlite? I've got mysql working, but I want to intigrate it with another piece of software that uses only sqlite, joy. I'm using apache2, with php 7.2, though I…
0
votes
1 answer

mod_rewrite loaded but phpbb url rewrite option not working

mod_rewrite PHP module loaded but phpbb URL rewrite option not working Software Versions: - Ubuntu 16.04.3 LTS - Apache 2.4.18 - PHP 7.0 - Loaded Modules: Virtual Server Yes Server Root /etc/apache2 Loaded Modules core mod_so …
0
votes
1 answer

How to make my phpbb index the default "index.html" file with Apache2?

I'm basically a complete novice with Linux and servers, but i do have my website up...sort of. I need to know how to make my default page my phpbb forum. I believe you SHOULD be able to see my default Apache page here at www.pnweuros.com, i want…
0
votes
2 answers

Phpmyadmin isn't working?

I installed Apache2 and PHP with success, but when I want visit http://localhost/phpmyadmin I got the following error: Not Found The requested URL /phpmyadmin was not found on this server. Apache/2.4.7 (Ubuntu) Server at localhost Port 80 How can…
Korkel
  • 1,158
  • 1
  • 10
  • 26