About 949,000 results
Open links in new tab
  1. Correct phpbb (root) folder path

    Sep 18, 2011 · Shouldn’t the phpbb folder be under the forums’ htdocs folder? After all, the instructions for installing phpBB is to install into the root directory of the boards, not the site.

  2. GitHub - phpbbmodders/boardregistration: Enable and Disable ...

    Scripts 1. get_phpbb_root_path.php Description Outputs the absolute path of the directory where the script is placed. Useful for determining the root path of a phpBB installation.

  3. Server Settings in phpBB Forums: A Comprehensive Guide

    Dec 31, 2024 · 1.1 Script Path What it does: The script path determines the relative path from the root of the server to the location which stores the phpBB files. How to adjust it: This field automatically …

  4. Installation and Configuration | phpbb/phpbb | DeepWiki

    May 8, 2025 · The phpBB installation and configuration system provides a flexible and powerful way to set up your forum. By following the steps outlined in this document, you can install phpBB, configure …

  5. How is global constant PHPBB_ROOT_PATH handled?

    Jul 13, 2020 · I believe it's correct to say that PHPBB_ROOT_PATH is in the preamble before any of that ever happens. i.e. PHPBB_ROOT_PATH is how phpBB knows where to find even the config.php.

  6. phpbb/phpBB/common.php at master · phpbb/phpbb · GitHub

    phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2. - phpbb/phpbb

  7. phpbb\config_php_file | phpBB API Documentation

    Return the value of a variable defined into the config.php file or null if the variable does not exist.

  8. phpBB • where is PHPBB_ROOT_PATH defined?

    Jan 31, 2008 · phpbb_root_path is typically "./", because it is a relative path. The thing you are looking for is the domain and script path, which are used for redirects. They are used by the …

  9. [PHPBB-15168] Unable to run phpbb in virtual directory on IIS ...

    Example: @define ('PHPBB_ROOT_PATH', _ DIR _); Then build all paths relative to the base path using string operations without accessing the file system. file system access is not required because …

  10. PHP Root Directory: Learn Multiple Ways of Accessing Base ...

    The PHP root directory can be extracted through PHP built-in functions and constants. Moreover, the stated directory can be changed to your preferred path. So, our expertly written article will educate …