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.
我必须禁用 CMS 并且空中有很多链接,现在 html5 上只有静态页面如何设置诸如从域中捕获所有地址并将它们重定向到主 index.html
我尝试添加
RewriteEngine on RewriteRule ^(.*)$ http://www.domain.co.uk/ [R=301,L]
但不工作