ResultManager/.htaccess

4 lines
144 B
ApacheConf
Raw Permalink Normal View History

2019-08-08 13:58:29 +00:00
RewriteEngine on
RewriteRule ^(config|res|script|style|subs)($|/) - [L]
RewriteRule ^([a-zA-Z_]+)(\/([a-zA-Z0-9_]))?$ index.php?view=$1 [L,QSA]