MediaWiki

2015/07/01
ちょっといろいろ書き散らかし

MediaWiki


翻訳支援拡張機能


ロリポ

Webからのupdate.phpは失敗する。

ヘテムルWAF問題


ショートURL

$wgScript           = "$wgScriptPath/index.php";
$wgArticlePath      = "$wgScriptPath/$1";
 
.htaccess
RewriteEngine on
RewriteBase /gloranthajp/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?title=$1 [L,QSA]
 

参考リンク

最終更新:2015年07月01日 23:09