« パスタセット(フレスコ・ジョベントゥ・サバティーニ) | Main | ツナとフレッシュトマトのパスタセット(sciue sciue) »
2005年9月28日
cygwin で mod_rewrite をインストール
[
Windows
]
$ cd apache_1.3.33/ $ ./configure --enable-module=rewrite --enable-shared=rewrite $ cd src/modules/standard/ $ make mod_rewrite.dll $ cp mod_rewrite.dll /usr/local/apache/libexec/
とし、httpd.conf に、
LoadModule rewrite_module libexec/mod_rewrite.dll
と書き、所定の場所に dll を置いたが、うまく動いていないようだ...
Rails で、rewrite を使わない方法は無いものか...
Posted by ogaoga at 2005年9月28日 21:25
Trackback Pings
TrackBack URL for this entry:
http://www.ogaoga.org/mt4/mt-tb.cgi/314