2021年4月17日 星期六

網站暫時關閉,使用htaccess處理

1.xoops裡面有可以關閉網站,若覺得不漂亮,就要去修改modules\system\templates\system_siteclosed.html檔案
https://xoops.tn.edu.tw/modules/tad_discuss/discuss.php?DiscussID=49768&BoardID=1

2.若是手工做的網站,就要新增.htaccess檔來控制~~
例如,在某個子資料夾中新增.htaccess,控制整個轉址不讓他人看到這個資料夾中的檔案與網頁。其中 underconstruction.html一定要放在根目錄中,而 htaccess是要放在某個資料夾中喔。接著就是去underconstruction.html做編輯處理~~

在.htaccess中新增(https://ithelp.ithome.com.tw/questions/10007791)
rewriteengine on
rewriterule ^(.*)$ /underconstruction.html [R=301]

 其他htaccess設定

http://readily-notes.blogspot.com/2011/11/url-rewrite.html

https://medium.com/%E6%B5%A6%E5%B3%B6%E5%A4%AA%E9%83%8E%E7%9A%84%E6%B0%B4%E6%97%8F%E7%BC%B8/htaccess-with-rewrite-3dba066aff11

https://codertw.com/%E7%A8%8B%E5%BC%8F%E8%AA%9E%E8%A8%80/43108/

https://www.muvy.com.tw/htaccess-www-redirect-setting.html

https://registerboy.pixnet.net/blog/post/26074656

 

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。