Apache 서버를 통해 php 웹사이트 구축 시 보안상 확장자를 숨기는 것 이 좋다. 추후 설정을 위해 명령어를 적어둔다.
1. apache2.conf 수정
$ cd /etc/apache2 $ vi apache2.conf
2. 파일 설정 변경
<Directory /var/www/> Options FollowSymLinks MultiViews AddType application/x-httpd-php .php .jsp Require all granted AllowOverride FileInfo </Directory>
3. apache 서비스 재시작
$ sudo service apache2 restart
'개발 > Server' 카테고리의 다른 글
[Git] git 충돌 시 강제 덮어쓰기(FETCH) (0) | 2023.04.08 |
---|---|
[git] AWS EC2 서버 GitHub 세팅 (2) | 2023.03.14 |
[Apache] http to https 리다이렉트 설정 (0) | 2023.03.09 |
[Linux] 크론 Cron PHP 스케줄링 (Ubuntu 기준) (0) | 2023.01.13 |
[Oracle] 평생무료 웹서버 구축 (feat. APM 세팅) (0) | 2022.10.27 |
댓글