easy-author/vox/develop/.htaccess - Htaccess File

easy-author/vox/develop/.htaccess

#Rewriting
<IfModule mod_rewrite.c>
  Options +FollowSymlinks
  RewriteEngine On

  RewriteRule ^resource/(.*)$ ./web/resource/$1 [L]

  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^.*$ web/index.php
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache