I'll glad if someone help me with situation below.
Current situation:
Physical path to folder
example.com/choose/plan/
What I want to do:
When you enter example.com/plan/ you get the content from example.com/choose/plan/ but URL in address bar will stand at example.com/plan/.
What I tried:
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/plan/$
RewriteRule ^choose/plan/$ /plan/? [R,L]