NotePost/.htaccess

6 lines
230 B
ApacheConf
Raw Permalink Normal View History

# Rewrite for Nextcloud Notes API
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule index.php/apps/notes/api/v0.2 lib/nextcloudnotes.php [PT]
RewriteRule index.php/login/flow lib/nextcloudlogin.php [PT]
</IfModule>