Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はSymphonyCMSを使用しています。これは、デフォルトですべてのディレクトリを書き換えるmod_rewriteを備えています。
testただし、ディレクトリとtransferそのすべてのサブディレクトリを無視する必要があります。
test
transfer
2 つのディレクトリのそれぞれに新しい .htacess アクセス ファイルを配置し、次の場所に配置します。
mod_rewrite オフ
それはそれをソートする必要があります。
このルールを他のルールより上に置きます。
RewriteRule ^(test|transfer)(/|$) - [L]