view .htaccess @ 106:6de4932d993b extractapp

bug fixed: prevent page halted bcuz the null tagging result from Regex
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 08 Aug 2016 17:47:19 +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]