4 lines
113 B
ApacheConf
Raw Permalink Normal View History

2020-05-02 17:12:55 -06:00
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ([a-zA-Z0-9]+) index.php?action=$1 [PT]
</IfModule>