nginx
location ~* / {
try_files $uri /index.html;
}
.htaccess
RewriteRule ^(.*)$ http://www.tossion.com/\ [R=permanent,L] 或 RewriteRule ^(.*)$ http://www.tossion.com/offline.html [R=permanent,L]
转载请注明:无趣的人生也产生有意思的事件 » 域名下所有链接都转向到指定页面
nginx
location ~* / {
try_files $uri /index.html;
}
.htaccess
RewriteRule ^(.*)$ http://www.tossion.com/\ [R=permanent,L] 或 RewriteRule ^(.*)$ http://www.tossion.com/offline.html [R=permanent,L]
转载请注明:无趣的人生也产生有意思的事件 » 域名下所有链接都转向到指定页面