httpd.confファイルの「AllowoverrideFileInfo」を使用してセキュリティの問題を知りたいのですが、これによりhtaccessファイルが許可されます(私のhtaccessファイルはzend2で定義されているリダイレクトを行うだけです)。プロジェクトにzendフレームワーク2.xを使用しています(ショッピングカートサイトのように)。
I have researched and I got the following information.
1. Better to place "Allowoverride FileInfo" inside "Directory" directive for better performance.
2. Use "AccessFileName .config" instead of allowing .htaccess we can use .config, which might help some way security.
3. Just copiying the htaccess code to httpd.conf file(for which there is no security risk, as "Allowoverride None" is used).
しかし、主な懸念事項であるセキュリティの問題については何もありません。
Could somebody help me with information if .htaccess file is used.
1. What are the security measures I have to take care ?.
2. Is there a chance of intrusion?.
ありがとう、ディリップ。