b3k/phalcon-mvc/master/.htaccess - Htaccess File

b3k/phalcon-mvc/master/.htaccess

Options +FollowSymLinks -MultiViews -Indexes

DirectoryIndex index.html index.php

<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteRule  ^$ public/    [L]
  RewriteRule  (.*) public/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache