Forum Moderators: phranque
[1][[b]edited by[/b]: imxxy at 4:01 am (utc) on Jun 14, 2010][/1]
I want to rewrite http://www.example.com/html/engcourse/ to http://www.example.com/engcourse/
I want my visitors see http://www.example.com/engcourse/ and the real path is http://www.example.com/html/engcourse/
RewriteCond %{REQUEST_URI} !^/html/\w+course/
RewriteRule ^/(\w+)course/ /html/$1course/ [L]