]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/todo/enable-htaccess-files.mdwn
prettydate creates Last edited in the wee hours of Tuesday night, July 1st, 2009
[git.ikiwiki.info.git] / doc / todo / enable-htaccess-files.mdwn
index b3c174fba3f449031748983928fe38e94c161a68..15efab70ce4e73299d249b9676c4dceac2933853 100644 (file)
@@ -5,7 +5,7 @@
     @@ -26,7 +26,7 @@
      memoize("file_pruned");
      
-     sub defaultconfig () { #{{{
+     sub defaultconfig () {
     -       wiki_file_prune_regexps => [qr/\.\./, qr/^\./, qr/\/\./,
     +       wiki_file_prune_regexps => [qr/\.\./, qr/^\.(?!htaccess)/, qr/\/\.(?!htaccess)/,
                     qr/\.x?html?$/, qr/\.ikiwiki-new$/,
@@ -47,4 +47,10 @@ but I use ikiwiki with a very small group of people collaborating so svn/web acc
 and htaccess is for limiting access to some areas of wiki.   
 It should be off by default of course. --Max
 
+---
++1 I want `.htaccess` so I can rewrite some old Wordpress URLs to make feeds work again. --[[hendry]]
+
+---
++1 for various purposes (but sometimes the filename isn't `.htaccess`, so please make it configurable) --[[schmonz]]
+
 [[!tag patch]]