Mercurial > hg > extraction-interface
view .htaccess @ 116:0ef426b5a1b9 extractapp
replace delimit character from "tab" to "comma"
author | Calvin Yeh <cyeh@mpiwg-berlin.mpg.de> |
---|---|
date | Thu, 28 Sep 2017 17:43:13 +0200 |
parents | 886f43b26ee2 |
children |
line wrap: on
line source
Options +FollowSymLinks RewriteEngine on RewriteRule ^([a-zA-Z]*)/?([a-zA-Z]*)?/?([a-zA-Z0-9]*)?/?([a-zA-Z0-9]*)?/?$ index.php?controller=$1&action=$2&id=$3&bookid=$4 [NC,L]