.htaccess - how to handle htaccess rewriteReule -
i have wp site, , have htaccess:
<ifmodule mod_rewrite.c> rewriteengine on rewriterule ^mypage/ /z____articles/mypage/ [r=301,l] </ifmodule>
this makes redirection in browser, dont want redirect, want page:
site.com/mypage/
showed content of
site.com/z____articles/mypage/
i tried use these flags [nc,l]
or [l]
none of them works..
Comments
Post a Comment