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.
我实际上已经尝试了几天让我的 .htaccess 文件工作
.htaccess 文件非常简单,它包含以下内容
Options -Indexes ErrorDocument 404 http://mydomain.com/search
但是,无论我将什么命令粘贴到文件中,我都无法发生任何事情。
该文件位于/var/www/我的 Ubuntu 服务器上,我尝试将其放入 root/中,但没有任何效果
/var/www/
/
有没有人有什么建议?
确保您拥有AllowOverride All或至少拥有AllowOverride FileInfo. 如果您没有 Htaccess 文件的内容,则它们将被忽略。
AllowOverride All
AllowOverride FileInfo