私はウェブサイトを持っていて、それをexample.comと呼びましょう。私も長いhtaccessを使っており、その一部を投稿しています
<filesMatch "\.(flv|gif|jpg|jpeg|png|ico|swf)$">
Header set Cache-Control "max-age=7257600"
</filesMatch>
<filesMatch "\.(js|css|pdf|txt)$">
Header set Cache-Control "max-age=604800"
</filesMatch>
<filesMatch "\.(html|htm)$">
Header set Cache-Control "max-age=600"
</filesMatch>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
forum
example.com/.htaccessにアップロードされたhtaccessがにある自分に影響を与えないようにするにはどうすればよいですか?example.com/forum
私はこのようなコードを求めています
<ifdirectory !"/forum">
//the htaccess code here
</ifdirectrory>