I have a Wordpress installation on my website on the folder blog-ita/
. Now, I'd like to add a rewrite rule to allow accessing it from website-name/blog/
.
I used this rewrite rule:
RewriteRule ^website-name/blog/(.*)$ blog-ita/$1
Now, this works if I add the [R] tag, but otherwise I get the 404 not found page from wordpress instead of the page I wanted to see.
How can that be? How can I make this work without the [R]
flag?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…