Difference between revisions of "Feature Requests"

From Twilight Heroes Wiki
Jump to: navigation, search
m (Thumbnails)
(Short URLs)
Line 6: Line 6:
 
Our links are currently http://th.blandsauce.com/wiki/index.php5?title=Feature_Requests
 
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'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"
 +
:--[[User:Deflective|Deflective]] 01:49, 14 December 2007 (MST)
  
 
==Requests==
 
==Requests==
 
Please discuss features/extensions you would like installed on the [[Talk:Feature_Requests|Talk]] page.
 
Please discuss features/extensions you would like installed on the [[Talk:Feature_Requests|Talk]] page.

Revision as of 01:49, 14 December 2007

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.