crecabar/sandbox/master/web/.htaccess - Htaccess File

crecabar/sandbox/master/web/.htaccess

Options +FollowSymLinks +ExecCGI

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteRule ^index/([^/]+)/([^/]+)/([^/]+)/?$ index.php?app=$1&module=$2&action=$3 [L]
  RewriteRule ^index.php/([^/]+)/([^/]+)/([^/]+)/?$ index.php?app=$1&module=$2&action=$3 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache