wooygcom/mapc.me.cms/master/web/.htaccess - Htaccess File

wooygcom/mapc.me.cms/master/web/.htaccess

Options +FollowSymLinks -Indexes

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond $1 !^(index.php|css|app|res|layout|robots.txt)
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^ app/index.php%{REQUEST_URI} [L,NC]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache