rewrite 사용
페이지 정보
작성자 정성규 댓글 0건 조회 13,260회 작성일 10-02-10 23:58본문
저는 첫번째 방법 사용
$sudo a2enmod rewrite
$gedit /etc/apache2/apache2.conf (apache2.conf 파일을 편집)
#아무 위치에나 다음의 문구를 추가
<IfModule mod_rewrite.c>
RewriteEngine On
</IfModule>
=================================================
또는
vhost 에서
<Directory />
Options Indexes FollowSymLinks Multiviews
AllowOverride all
</Directory>
저렇게 사용합니다.
sudo a2enmod rewrite 하시구 sudo /etc/init.d/apache2 restart
[이 게시물은 최고관리자님에 의해 2021-10-19 15:22:41 notebook에서 이동 됨]
댓글목록
등록된 댓글이 없습니다.