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

Back to archive index

HAMAGUCHI Seiji (スマイルロジック) hamag****@smile*****
2011年 8月 12日 (金) 05:59:13 JST


こんにちは、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 メーリングリストの案内
Back to archive index