Loading...

Ubuntu環境下apache 目錄啟動.htaccess 功能

Temperature: 0 °C

Mark ChangMark Chang
author_tools

.htaccess 檔案是目錄層面的設定檔,可以對目錄變更 Apache 的設定。
要使用 .htaccess 檔案,需要在 Apache 的設定檔 (httpd.conf 或 apache2.conf) 開啟使用,否則 Apache 是不會處理 .htaccess 的設定的。
Ubuntu 環境下路徑需編輯 /etc/apache2/apache2.conf

$ sudo vi /etc/apache2/apache2.conf

找到以下字串
<Directory /var/www/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>


AllowOverride None

更改為
AllowOverride All

後儲存,重啟Apache讓設定檔生效
sudo service apache2 restart


Ubuntu環境下apache 目錄啟動.htaccess 功能
以上紀錄~


 

#Ubuntu  #htaccess  #Apache  #httpdconf  #apache2conf  
https://innstory.com/story-Ubuntu環境下apache_目錄啟動htaccess_功能-2536
Linux

Prev
 PHP_運算次方pow_函数

Next
htaccess與RewriteEngine一起使用時500內部服務器錯誤 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

PDO PHP - PDOException - Numeric value out of range: 1264 Out of range value for column user_ip at row 1

PDO PHP - PDOE...

最近遇到一個問題,一個Mysql的錯誤訊息。 我想要紀錄一個IP資訊,我會先用以下方式擷取用戶端使用...

在PHP裡添加HTTP Strict Transport Security

在PHP裡添加HTTP St...

要通過 PHP 啟用 HTTP 嚴格傳輸安全,請使用以下設定。 <?php //告訴瀏覽器站點只能通...

PHP如何設定HTTP安全標頭?

PHP如何設定HTTP安全標...

PHP該如何將以下安全標頭添加到網站? XFrameOptions  防止點擊劫持攻擊 XXSSPr...

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