james2doyle/phalcon-micro-start/master/.htaccess - Htaccess File

james2doyle/phalcon-micro-start/master/.htaccess

# sometimes needed for newer versions of Apache
# DirectoryIndex public/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