]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/htaccess_file.mdwn
updated branch; this is ready for review for inclusion in IkIWiki
[git.ikiwiki.info.git] / doc / tips / htaccess_file.mdwn
index 7b4b0901a439ba4ba19003fd48383b6f6ad339ed..0990181ff1b2d4ec332302b8cbc3476462b877f8 100644 (file)
@@ -1,3 +1,5 @@
+[[!meta date="2010-03-14 14:58:13 -0400"]]
+
 If you try to include a `.htaccess` file in your wiki's source, in order to
 configure the web server, you'll find that ikiwiki excludes it from
 processing. In fact, ikiwiki excludes any file starting with a dot, as well
@@ -19,10 +21,9 @@ shell on your web server.
 If any of these questions have given you pause, I suggest you find a
 different way to configure the web server. One way is to not put the
 `.htaccess` file under ikiwiki's control, and just manually install it
-in the destdir.
+in the destdir. --[[Joey]]
 
-[Apache's documentation](http://httpd.apache.org/docs/1.3/howto/htaccess.html)
+[Apache's documentation](http://httpd.apache.org/docs/2.2/howto/htaccess.html)
 says:
 > In general, you should never use .htaccess files unless you don't have
 > access to the main server configuration file.
---[[Joey]]