aboutsummaryrefslogtreecommitdiffstats
path: root/modules/phpbb/templates/forums_vhost.conf
blob: bb2721e98c8f4c2c5d6a090be3099a41e2385b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
    # TODO redirect based on language settings
    # and the presence of the forum
    Redirect / /en/
    AliasMatch ^/(..)/(.*) <%= forums_dir %>/$1/phpBB/$2

    <Directory <%= forums_dir %>/.*/phpBB/>
        Allow from all
    </Directory>

    <Directory <%= forums_dir %>/.*/phpBB/install/>
        Deny from all
    </Directory>