diff options
Diffstat (limited to 'api/.htaccess')
| -rw-r--r-- | api/.htaccess | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/api/.htaccess b/api/.htaccess index 0db2254..eac7035 100644 --- a/api/.htaccess +++ b/api/.htaccess @@ -8,6 +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  # Allow PHP_AUTH_USER with CGI script | 
