# Note: order matters Alias /phpbb/images /var/lib/phpbb3/images Alias /phpbb /usr/share/phpbb3/www php_flag register_globals off Options -Indexes +FollowSymlinks DirectoryIndex index.php = 2.3> Require all granted AllowOverride None order allow,deny allow from all = 2.3> Require all granted AllowOverride None order allow,deny allow from all ### Multisite examples (see README.multiboard for details) # For a second board on the same server using aliases: # #Alias /second_board/images /var/lib/phpbb3/images ### create! #Alias /second_board /usr/share/phpbb3/www # # php_value auto_prepend_file /etc/phpbb3/alternative_config.php # # For virtual host: # # # For using an alternative database (for multiple boards for example) # php_value auto_prepend_file /etc/phpbb3/virtualhost_config.php # # ServerName forum.example.com # DocumentRoot /usr/share/phpbb3/www # # You may need to workaround the global /images/ alias in your apache # # configuration, your mileage may vary # Alias /images /var/lib/phpbb3/images #