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.
内部で別の URL を指すように URL を書き換えています。しかし、index.php によって参照される別のディレクトリにある他のすべてのファイル (css ファイル、JS ファイルなど) はリダイレクトされないようです。どうすればこれを達成できますか?
私は持っている
RewriteEngine On RewriteCond %{REQUEST_URI} ^/test($|/) RewriteRule .*$ ../index.php?orgid=4 [L]