mod_rewriteを導入
携帯用コンテンツ提供のエントリーに追記しましたが、なんだかんだでmod_rewriteをEnableにしました当サーバー。 だって実験場なんだもんこのサーバー、何でもしてやる!って気になってもおります。
取り敢えずこのサイト的には.htaccessに
RewriteEngine On
RewriteBase /
RewriteRule antenna\.php$ archives/2005/04/07_232001\.php [L]
RewriteEngine On
RewriteBase /
RewriteRule about\.php$ archives/2005/04/10_103247\.php [L]
を追記し蒔いたです。 アンテナはantenna.php、アバウトはabout.phpをアクセスして下さいね、って話です。




