1==== .htaccess ====
2
3By default, DokuWiki does no URL rewriting, resulting in URLs like this:
4
5<code>
6http://example.com/doku.php?id=page
7</code>
8
9These URLs are considered ugly and are not indexed well by some search engines.
10
11The solution is to enable URL rewriting, which is disabled by default.
12
13=== See also ===
14
15  * [[doku>rewrite]]
16  * [[doku>config:userewrite]]
17