AccountHub/api/.htaccess

5 lines
147 B
ApacheConf
Raw Normal View History

2018-12-14 20:34:04 -07:00
# Rewrite for Nextcloud Notes API
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ([a-zA-Z0-9]+) index.php?action=$1 [PT]
</IfModule>