.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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -