简体   繁体   English

htaccess Mod重写和永久链接

[英]htaccess Mod rewrite and permalink

I have a WordPress website where the requirement is exactly like below: 我有一个WordPress网站,要求完全如下:

But when accessing all other inner pages, visitors should follow the URL format: 但是,当访问所有其他内部页面时,访问者应遵循URL格式:

This means I need the main website access from main domain directly but all other inner pages should open under sub-directory as mentioned above. 这意味着我需要直接从主域访问主网站,但是所有其他内部页面都应如上所述在子目录下打开。

how can I do that with .htaccess? 我该如何使用.htaccess做到这一点? Thanks 谢谢

Please look into this website about htaccess redirects: http://htaccess.wordpress.com/2008/09/15/redirecting-urls-in-htaccess/ 请访问以下有关htaccess重定向的网站: http : //htaccess.wordpress.com/2008/09/15/redirecting-urls-in-htaccess/

Aside from that, you will want to have your RewriteBase to be / and not wp so that the user doesn't go to wp subfolder automatically. 除此之外,您还希望RewriteBase是/而不是wp,以便用户不会自动进入wp子文件夹。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM