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

wooygcom/mapc.me.cms/master/web/app/module/link/.htaccess

<IfModule mod_rewrite.c>
  Options +FollowSymLinks
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^/?([a-zA-Z_]+)/([a-zA-Z_]+)$ index.php?core_modl=$1&core_page=$2 [L,QSA]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache