Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我当前的网站构建一个移动网站,需要一些指导:
如果有人能解释这些指针,将不胜感激。
谢谢
要隐藏文件夹,您可以使用以下内容:
RewriteCond %{HTTP_HOST} ^m\.website\.com$ RewriteRule ^(.*)$ folder/$1 [L,QSA]