[Codeigniter-users] コントローラに、.[ドットファイル]付きのfunctionは作れますか?

Back to archive index

okuya****@workg***** okuya****@workg*****
2011年 8月 12日 (金) 06:33:45 JST


おく@Workgroup です。

> http://hoge/tmp/index.php/test/Profile.xml?0.3142215426194508

 $1  に test/Profile.xml?0.3142215426194508 がわたっていますので、

> RewriteCond $1 !^(index\.php|robots\.txt|.+\.jpg$|.+\.gif$|.+\.js$|.+\.png$|.+\.css$|__phpinfo\.php|Profile\.xml)

の最後は、 |.+Profile\.xml)
ではないですか?



2011年8月12日5:59 HAMAGUCHI Seiji (スマイルロジック) <hamag****@smile*****>:
> こんにちは、CI ML参加者の皆さん
>
> 質問なのですが、
> コントローラに、.[ドットファイル]付きのfunctionは作れますか?
>
> 経緯としては、JSでProfile.xmlを読む設定があるのですが、
> JSのソースはお客様提供品なので、改造はできません。
>
> RewriteEngine on
> RewriteCond $1 !^(index\.php|robots\.txt|.+\.jpg$|.+\.gif$|.+\.js$|.+\.png$|.+\.css$|__phpinfo\.php|Profile\.xml)
> [NC]
> RewriteRule ^(.*)$ /home/hoge/tmp/ndex.php/$1 [L]
>
> と、いう.htaccessファイルを作ったのですが、CIは
> [05:55:17.079] GET
> http://hoge/tmp/index.php/test/Profile.xml?0.3142215426194508
> [HTTP/1.1 404 Not Found 165ms]
> と呼び出すようです。
>
> これが、JSが悪いのか、.htaccessの設定が悪いのか判らないのですが
> どう設定してもなおりません。
> そこで、index.php/test にfunctionにProfile.xmlを作るという裏技を考えたんですが
> .[ドットファイル]付きのfunctionは作れないようです。
>
> 解決策やヒントを知っている方、誰か教えて頂けないでしょうか・・・。
> 以上、よろしくお願いします。
>
> --
> スマイルロジック(smileLogic)
> HAMAGUCHI Seiji
> mail: hamag****@smile*****
> tel: 090-6168-3463
> web: http://smilelogic.jp/
> titter : http://twitter.com/smilelogic_jp/
> Skype: mako10z
>
> _______________________________________________
> Codeigniter-users mailing list
> Codei****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/codeigniter-users
>




Codeigniter-users メーリングリストの案内
Back to archive index