MeiGic/oase/master/php/.htaccess - Htaccess File

MeiGic/oase/master/php/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /~vagrant/oaseadmin
    RewriteOptions MaxRedirects=2
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*).([dD]+)$ public/$1.$2 [C]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule . . [F,L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache