팁자료 [ gnuboard ] 그누보드 shorturl 서버이전시 사용시 .htaccess 의 오류 방지
페이지 정보
작성자 웹지기 댓글 0건 조회 3,019회 작성일 19-12-06 21:18본문
shorturl.lib.php에서 사용하는 .htaccess 파일때문에 생기는 오류를 방지
본인의 경우 CentOS7 minimal 버젼이 설치되었고, apm은 AAI로 설치 했다.
AAI = https://apachezone.com 에서 다운을 받을 수 있다.
# vim /etc/http/conf.d/계정.conf
변경해야 할 설정
</FilesMatch>
이부분의 아래쪽에
<Directory "/home/계정명/public_html">
Options FollowSymLinks MultiViews
Allow from all
Require all granted
AllowOverride all
Order allow,deny
</Directory>
이부분을 추가해 주어야 .htaccess: Options not allowed here 이러한 오류가 발생하지 않는다.
SSL 을 사용한다면 계정-le-ssl.conf 파일도 위를 추가해준다.
추천0 비추천0
댓글목록
등록된 댓글이 없습니다.