[Tep-j-general] Re: mod_rewriteについて

Back to archive index

Tadashi Jokagi elf20****@users*****
2005年 6月 4日 (土) 01:20:55 JST


      上鍵です.こんにちは.

kushima michioさんの<10362806.1117758372965.JavaMail.michiok_mac****@mac*****>から
>私がわかってないかともおもうんですが、
>nod_rewriteがインストールされていない状態で、
>サーチエンジン対策URLをONにしている状態で、
>http://www.xxx.com/product_info.php/cPath/11_17/products_id/111
>とは、なりますよね。

      DocumentRoot 以下に「product_info」というディレクトリを掘り,
    .htaccess を作成し,下記を記述します.

ForceType product_info
Action product_info /product_info.php

    これで

http://www.xxx.com/product_info/cPath/11_17/products_id/111

    みたいなことはできるかもしれません.ただし apache の設定で
    ForceType・Action が使えなければ使えませんが.

      下記の URL に簡単なサンプルを作ってみました.これは同じ
    index.php で処理をしています.

http://elf.no-ip.org/php/examples/pathinfo/forcetype/foo/hoehoe
http://elf.no-ip.org/php/examples/pathinfo/forcetype/foo/bar
http://elf.no-ip.org/php/examples/pathinfo/forcetype/index.php/foo/hoehoe
http://elf.no-ip.org/php/examples/pathinfo/forcetype/index.php/foo/bar

    下記がこのサンプルのディレクトリ構成です.

forcetype/
+---foo/
|   +---.htaccess
|
+---index.php

-- 
----+----1----+----2----+----3----+----4----+----5----+----6----+----7
Tadashi Jokagi mailto:elf20****@users*****
Yokukitana II http://elf.no-ip.org/
Yokukita blog http://blog.poyo.jp/
Yokukita wiki http://wiki.poyo.jp/
Japanese XOOPS -- http://jp.xoops.org/
Fedora JP Projet -- http://fedora.jp/



Tep-j-general メーリングリストの案内
Back to archive index