diff options
Diffstat (limited to 'api/.htaccess')
-rw-r--r-- | api/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/.htaccess b/api/.htaccess index eac7035..01114be 100644 --- a/api/.htaccess +++ b/api/.htaccess @@ -8,7 +8,7 @@ RewriteRule ^posts/update posts_update.php RewriteRule ^posts/add posts_add.php RewriteRule ^posts/delete posts_delete.php RewriteRule ^tags/rename tags_rename.php -RewriteRule ^tags/export export_all.php +RewriteRule ^export/all export_all.php # Allow PHP_AUTH_USER with CGI script |