aboutsummaryrefslogtreecommitdiff
path: root/api/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'api/.htaccess')
-rw-r--r--api/.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/.htaccess b/api/.htaccess
index 01114be..510143c 100644
--- a/api/.htaccess
+++ b/api/.htaccess
@@ -8,11 +8,11 @@ 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 ^export/all export_all.php
+RewriteRule ^export/html export_html.php
# Allow PHP_AUTH_USER with CGI script
-# (Sinpired by http://www.yetanothercommunitysystem.com/article-321-regle-comment-utiliser-l-authentification-http-en-php-chez-ovh )
+# (Inspired by http://www.yetanothercommunitysystem.com/article-321-regle-comment-utiliser-l-authentification-http-en-php-chez-ovh )
<IfModule mod_rewrite.c>
RewriteEngine on