A simple subfolder to subfolder .htaccess rewrite (only it's redirecting instead).
This works...except it redirects instead of rewrites. I don't want the url to show http://example.com/ugly ... I want it to show http://example.com/prettyCode:RewriteEngine On RewriteRule ^pretty(.*)$ http://example.com/ugly/
I'm not using the [R] option. Why is it redirecting?


