TimSC/microcosm/master/example-.htaccess - Htaccess File

TimSC/microcosm/master/example-.htaccess

# BEGIN Microcosm
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /api/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /m/microcosm.php [L]
</IfModule>

# END Microcosm

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache