- ある開発者の覚書 - ソフトウェア開発者が情報処理に関する雑多な話題をジャンルを問わずに書き留めています.未来の私、私と同類のgeekたちへ

2011-09-30

Samba SWAT初期設定

Samba用GUI設定ツール導入(SWAT) - CentOSで自宅サーバー構築:

'via Blog this'

2011-09-25

Ushahidi - トップページ以外が404になる場合の対処法

httpd.confで以下を確認

AllowOverride All


open application/config/config.php

in this file ...
make :
$config['index_page'] = 'index.php'; line 21
$config['url_suffix'] = '.html'; line 26
in my case these 2 were blank

also ensure that the
$config['site_domain'] = 'yoururl/'; don't forget the final slash

also check .htaccess
in this one u should just have
# Installation directory
RewriteBase /YOURDIRECTORYNAME/ (notice the final slash)

ブログ アーカイブ