/store
リダイレクトwww.example.com
したいディレクトリがありwww.example.com/store
ます.. /store
URLに表示せずに。
/store
また、同様の製品をクリックすると、URLに表示さ/store/product1.html
れずに移動する必要があります。www.example.com/store/Product1.html
/store
私はこれを試しました、それは /store にリダイレクトされますが、まだURLにあります:
RewriteEngine on
RewriteCond %{REQUEST_URI} !^store/
RewriteRule ^(.*)$ store/$1 [L]