]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/htaccess_file.mdwn
Answering questions and updating links
[git.ikiwiki.info.git] / doc / tips / htaccess_file.mdwn
index 0c1b0f2f7715f5f2ac64a37d7436bd9b4e3ae6c0..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
@@ -21,7 +23,7 @@ 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. --[[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.