MachineManager/api/.htaccess

6 lines
193 B
ApacheConf
Raw Permalink Normal View History

<IfModule mod_rewrite.c>
RewriteEngine on
2020-06-07 21:05:09 -06:00
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ([a-zA-Z0-9]+) index.php?action=$1 [PT]
</IfModule>