diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-24 23:04:35 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-24 23:04:35 +0000 |
commit | 78b7e008690b01a5bd77e5915b7dbc799a382bbb (patch) | |
tree | 5c4a4bc84104b10c5e8481fb234531e3b839445f | |
parent | a1b2d95fb3809654480575fb98e8170b4e941dea (diff) | |
download | ikiwiki-78b7e008690b01a5bd77e5915b7dbc799a382bbb.tar ikiwiki-78b7e008690b01a5bd77e5915b7dbc799a382bbb.tar.gz |
tag
-rw-r--r-- | doc/todo/htaccess_files_in_svn_repository.mdwn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/todo/htaccess_files_in_svn_repository.mdwn b/doc/todo/htaccess_files_in_svn_repository.mdwn index d822cb61f..e5a9a6953 100644 --- a/doc/todo/htaccess_files_in_svn_repository.mdwn +++ b/doc/todo/htaccess_files_in_svn_repository.mdwn @@ -1,4 +1,8 @@ Hi, I would like to have my htaccess files in svn repository so ikiwiki would export that file to my webspace with every commit. That way I have revision control on that file too. That may be a security concern, but I trust everybody that has svn commit -access and such .htaccess files should not be accessible through wiki cgi. Of course, it could default to 'off'.
\ No newline at end of file +access and such .htaccess files should not be accessible through wiki cgi. Of course, it could default to 'off'. + +> See [[debbug 447267]] for a patch for this. + +[[tags patch]] |