Feature Requests

From Twilight Heroes Wiki
Revision as of 00:49, 14 December 2007 by Deflective (talk | contribs) (Short URLs)

Jump to: navigation, search

Working to Install

Firefox Search

I don't know what's goign wron with this.

Short URLs

Our links are currently http://th.blandsauce.com/wiki/index.php5?title=Feature_Requests I'm working to get http://th.blandsauce.com/wiki/Feature_Requests

i had success by adding to wiki/LocalSettings.php :
$wgScriptPath = "/w"; 
$wgScript = "$wgScriptPath/index.php";
$wgArticlePath = "/wiki/$1";
and to apache/conf/httpd.conf :
Alias /w/index.php "D:/localhost/wiki/index.php"
Alias /wiki "D:/localhost/wiki/index.php"
Alias /w "D:/localhost/wiki"
--Deflective 01:49, 14 December 2007 (MST)

Requests

Please discuss features/extensions you would like installed on the Talk page.