The url is http://www.mysite.com/CMS/roundabout/drive and I need to remove the CMS portion and preserve the rest. I am stuck.

link|improve this question
feedback

1 Answer

Put the below line into the server context:

rewrite ^/CMS/(.*)$ http://www.mysite.com/$1 last;
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.