phpbb/area51/master/web/.htaccess - Htaccess File

phpbb/area51/master/web/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteRule "^docs/code/develop-ascraeus/(.*)" "/docs/code/3.1.x/$1" [R=301,L]
    RewriteRule "^docs/code/develop-olympus/(.*)" "/docs/code/3.0.x/$1" [R=301,L]

    RewriteRule "^(.*/)?.git/" - [F,L]

    RewriteRule ^/?$ app.php [QSA,L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ app.php [QSA,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache