Boldewyn/bookmarks/master/bookmarks/.htaccess - Htaccess File

Boldewyn/bookmarks/master/bookmarks/.htaccess

<IfModule rewrite_module>
    Options +FollowSymLinks

    <IfModule env_module>
        SetEnv HTTP_MOD_REWRITE On
    </IfModule>

    RewriteEngine On

    RewriteRule index.php - [L]
    RewriteRule ^static/ - [L]
    RewriteRule ^i18n/ - [L]

    RewriteRule ^(.+)$ index.php?f=$1 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
static

Comments

Apache