«ubuntu» 태그된 질문

4
Ubuntu의 Apache에서 .htaccess를 사용하는 방법은 무엇입니까?
우분투 14.04 (Apache 2.4.7)에서 htaccess 파일을 사용하려고합니다 . 나는이 질문에 가능한 많은 중복이 있음을 알고 있지만 아무도 나에게 도움이되지 않았다. .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 …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.