Tôi đang cố gắng cho phép sử dụng tệp htaccess trong Ubuntu 14.04 (Apache 2.4.7). Tôi biết rằng câu hỏi này có nhiều bản sao có thể có, nhưng chưa có câu hỏi nào giúp tôi cả.
.htaccess
ErrorDocument 404 /404.html
000-default.conf
<VirtualHost *:80>
AccessFileName .htaccess
ServerAdmin webmaster@localhost
DocumentRoot /var/www
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/>
Options Indexes FollowSymLinks Includes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Những gì khác là cần thiết?