haider.raza wrote: ↑Tue Nov 24, 2020 12:21 pm
It is 403 Forbidden on the tab... What should I do to install it manually on my domain?
You shouldn't use a one-click installer anyway. (sooner rather than later these give problems)
https://www.phpbb.com/support/docs/en/3 ... uickstart/
In a nutshell:
Unzip the phpBB332.zip on your computer, keeping the directory structure.
Copy the whole phpBB3 folder (FTP) to your root directory: so you will have root/phpBB3/ containing all the phpBB directories and files.
Make a database that you will user for your board, note the data you will need to install (db_name, user, password etc: see the documentation).
in the browser, navigate to yourdomain/phpBB3/install and follow the instructions on the screen.
If you want to use /community as you board directory, then copy the contents of the phpBB3 directory (the one you unzipped) to /community (and then navigate to yourdomain/community/install.
Just read through the installation instructions (link I posted) before starting!