Skip to content
Snippets Groups Projects
Commit 630e442c authored by Michael Klier's avatar Michael Klier
Browse files

XMLRPC: added https rewrite rules to .htaccess.dist

darcs-hash:20080312122250-23886-6ea6a1197505c66c25c840c2c6549dd2d6eea4d6.gz
parent 45c63471
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,12 @@
## to your document root.
#RewriteBase /dokuwiki
#
## If you enable DokuWikis XML-RPC interface, you should consider to
## restrict access to it over HTTPS only! Uncomment the following two
## rules if your server setup allows HTTPS.
#RewriteCond %{HTTPS} !=on
#RewriteRule ^lib/exe/xmlrpc.php$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R=301]
#
#RewriteRule ^_media/(.*) lib/exe/fetch.php?media=$1 [QSA,L]
#RewriteRule ^_detail/(.*) lib/exe/detail.php?media=$1 [QSA,L]
#RewriteRule ^_export/([^/]+)/(.*) doku.php?do=export_$1&id=$2 [QSA,L]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment