RenanPalmeira/agil-framework/master/.htaccess - Htaccess File

RenanPalmeira/agil-framework/master/.htaccess

<IfModule mod_rewrite.c>
  RewriteEngine On

  RewriteRule ^app/([a-z]+)/view/(.*)$ app/$1/view.php?response=$2 [L]
  RewriteRule ^app/([a-z]+)/(.*)/$ app/$1/$2.php [L]
  RewriteRule ^app/([a-z]+)/$ app/$1/templates/index.php [L]
  RewriteRule ^([a-z/]+)/$ public/layout/tab.php?p=$1 [L]
  RewriteRule ^static/$ public/layout/footer.php [L]
  RewriteRule ^$ public/index.php [L]  
</IfModule>

On Github License

Files

Download PDF of Htaccess file
static

Comments

Apache