jodier/tmpdddf/master/web/.htaccess - Htaccess File

jodier/tmpdddf/master/web/.htaccess

Options +FollowSymLinks

<IfModule mod_rewrite.c>
    RewriteEngine On

    RewriteRule ^public/(.*)$ public/$1 [L]
    RewriteRule ^private/(.*)$ private/$1 [L]
    RewriteRule ^download/(.*)$ download/$1 [L]

    RewriteRule ^doc/(.*)$ doc/$1 [L]
    RewriteRule ^support/doc/(.*)$ doc/$1 [L]

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache