Revision history for ModRewriteUsing1and1
Revision [23305]
Last edited on 2016-05-20 07:38:47 by JavaWoman [Replaces old-style internal links with new pipe-split links.]Additions:
[[Docs:WikkaDocumentation | Wikka Documentation]]
Deletions:
Revision [19428]
Edited on 2008-01-28 00:15:58 by JavaWoman [Modified links pointing to docs server]Additions:
[[Docs:WikkaDocumentation Wikka Documentation]]
Deletions:
Revision [17812]
Edited on 2007-12-12 10:52:35 by JavaWoman [prevent Apache directives looking as page links]Additions:
The problem I had was getting Rewrite working, with no help from the error logs. As long as ##""RewriteEngine"" On## was set in the .htaccess file, I kept getting a 500 Internal Server error.
Simply add the following after ##""RewriteEngine"" On## in the .htaccess file.
If you are instead installing Wikka in a subdirectory of a domain or subdomain (i.e. ##http://my.domain.com/foo/wiki/##), specify this directory in the ##""RewriteBase""## line. Don't include a trailing slash.
Simply add the following after ##""RewriteEngine"" On## in the .htaccess file.
If you are instead installing Wikka in a subdirectory of a domain or subdomain (i.e. ##http://my.domain.com/foo/wiki/##), specify this directory in the ##""RewriteBase""## line. Don't include a trailing slash.
Deletions:
Simply add the following after ##RewriteEngine On## in the .htaccess file.
If you are instead installing Wikka in a subdirectory of a domain or subdomain (i.e. ##http://my.domain.com/foo/wiki/##), specify this directory in the ##RewriteBase## line. Don't include a trailing slash.
Additions:
Options +Indexes +FollowSymLinks
Deletions:
Additions:
Options Indexes FollowSymLinks