Loading...

ubuntu 18.04 apache 目錄啟用並開啟.htaccess 覆寫

Temperature: 0 °C

Mark ChangMark Chang
author_tools

.htaccess是在Apache HTTP Server這款服務器架設軟件下的一個對於系統目錄進行各種權限規則設置的一個文件,存在於Linux操作系統中。
比較常見的是定義默認首頁名 稱,404頁面,301轉向,等。

啟用apache 的 mod_rewrite 模組

# sudo a2enmod rewrite

重新啟動apache,重新讀取模組,設定才會生效
# sudo service apache2 restart

使用vi編修apache2.conf
# sudo vi /etc/apache2/apache2.conf

將原先 AllowOverride None 修改為 All

ubuntu 18.04  apache 目錄啟用並開啟.htaccess 覆寫

Options Indexes FollowSymLinks
AllowOverride All
Require all granted

重新啟動apache,重新讀取設定檔,設定才會生效
# sudo service apache2 restart

https://innstory.com/story-ubuntu_1804__apache_目錄啟用並開啟htaccess_覆寫-2281
Linux

Prev
 如何增加WordPress網站的PHP時間限制

Next
想在網頁上預覽PDF可使用的方案 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

Android UI設計距離課題

Android UI設計距離...

layoutmarginTop指定該屬性所在控件距離上方的位置空間。 layoutmarginBot...

使用 .htaccess 關閉緩存

使用 .htaccess 關...

使用緩存可以提高網站的性能。 可以在.htaccess 文件集標頭中的各種指令指示瀏覽器將文件保留較...

使用PHP取得指定月份最後一天的日期

使用PHP取得指定月份最後一...

使用PHP要如何抓某個月份的最後一天 例如抓本月份的話可以使用下列範例: date(&#;Ymt&#...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format