NotePost/.htaccess

5 lines
165 B
ApacheConf
Raw 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]
</IfModule>