diff --git a/htaccess.sample b/htaccess.sample index 86d014618b..7ec889bc1c 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -96,3 +96,7 @@ RewriteRule ^api/blocks/create/(.*)$ index.php?action=api&apiaction=blocks&metho RewriteRule ^api/blocks/destroy/(.*)$ index.php?action=api&apiaction=blocks&method=destroy&argument=$1 [L,QSA] RewriteRule ^api/help/(.*)$ index.php?action=api&apiaction=help&method=$1 [L,QSA] + + Order allow,deny + +