In httpd.conf:
Alias /wiki/index.php /home/rsreese/richardsreese/htdocs/w/index.php
Alias /wiki /home/rsreese/richardsreese/htdocs/w/index.php
In Localsetting.php:
$wgScriptPath = "/w";
$wgScript = "$wgScriptPath/index.php";
$wgRedirectScript = "$wgScriptPath/redirect.php";
# For more information on customizing the URLs please see:
# http://meta.wikimedia.org/wiki/Eliminating\_index.php\_from\_the\_url
# If using PHP as a CGI module, the ?title= style usually must be used.
#$wgArticlePath = "$wgScript/$1";
$wgArticlePath = "/wiki/$1";
Comments
comments powered by Disqus