Recommended sites

Add to MyYahoo!
Subscribe in NewsGator Online
Add to Newsburst
Add to Google
Add to My AOL
Add to Pluck
Subscribe in FeedLounge
Add to Windows Live
Add to NetVibes
Subscribe in Rojo
Subscribe in Bloglines
Add to MyMSN
Add to Plusmo for your cellphone
Add to PageFlakes
Add to Technorati
Add to BlinkBits
MediaWiki No input file specified. error Print E-mail
User Rating: / 0
PoorBest 
Tuesday, 27 February 2007 23:18

MediaWiki do not like server running PHP as fastcgi...

But there is a always a workaround: ;-)

1. create a file .htaccess in the root folder of your Wiki

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /wiki/index.php?title=$1 [L,QSA]

2. open the file LocalSettings.php and activate ugly URLs
#$wgArticlePath      = "$wgScript/$1";
$wgArticlePath      = "$wgScript?title=$1";


Some URLs in my Wiki are still not working, that's because they are hardcoded inside the code. I will move to the newest mediawiki version soon.

references:


 
Comments
Add New Search RSS
Write comment
Name:
Email:
 
Title:
UBBCode:
[b] [i] [u] [url] [quote] [code] [img] 
 
:):grin;)8):p:roll:eek:upset:zzz:sigh:?:cry
:(:x
Please input the anti-spam code that you can read in the image.

3.20 Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

Last Updated ( Tuesday, 27 February 2007 23:27 )
 


Another articles:


Content View Hits : 2512792

Enter Amount: