mvc-base/.htaccess

3 lines
148 B
ApacheConf
Raw Normal View History

2024-09-09 20:07:44 +02:00
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^([a-zA-Z]*)/?([a-zA-Z]*)?/?([a-zA-Z0-9]*)?/?$ index.php?controller=$1&action=$2&id=$3 [NC,L]