Topic on Manual talk:Short URL/Page title -- Windows & Apache without 403 on Special Pages

if Wiki is installed in subdirectory

1
Mirrabeau (talkcontribs)

Directives in httpd.conf under VirtualHost must include the subdirectory information:

RewriteEngine On

RewriteRule ^/subdir/(.*):(.*) /subdir/index.php/$1:$2


Directives under <Directory "D:/path/to/directory"> did not do the job for escaping semicolons.

By the way, thanks for the great job, very clear explanations and simple code to use.

I was struggling for years with this one on several wikis installed on Windows server and Apache.


~~~~

Reply to "if Wiki is installed in subdirectory"