- 2009-04-12 (日) 22:20
- wordpress 407 views
パーマリンク設定で
[カスタム構造] /archives/%year%/%monthnum%/%postname%.html
と設定しました。
日付別のリンクがうまく設定できておらず、原因を探してみました。
1 .htaccessの記述
# BEGIN WordPress
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
とくにおかしな所はなし
2. httpd.conf
AllowOverride None
・・・・・・。 .htaccessが許可されてなかった。。。
とりあえず
AllowOverride All
としてapacheを再起動。
- Newer: wordpress ページビュー表示
- Older: wordpress 最適化
Comments:0
Trackbacks:0
- Trackback URL for this entry
- http://swimbird.com/blog/archives/2009/04/12/wordpress-%e3%83%91%e3%83%bc%e3%83%9e%e3%83%aa%e3%83%b3%e3%82%af%e8%a8%ad%e5%ae%9a.html/trackback
- Listed below are links to weblogs that reference
- wordpress パーマリンク設定 from swimbird's blog