이 부분은 워드프레스 설정에서 고유주소 사용시 "글 이름"으로 설정했을 때 메인 페이지는 잘 나오지만 게시글 클릭시 404 에러가 나오는 문제입니다.
영문판은 잘 기억이 안나지만 Permalink 였나 그럴겁니다.
이 부분에 대해서는 다양한 원인과 다양한 문제가 있는 것으로 보이지만.. 많은 삽질 끝에… 저는 아래와 같이 하여 해결했습니다.
아래 파일을 여시면..
sudo nano /etc/httpd/conf/httpd.conf |
Override 부분을 찾아서 아래와 같이 None 을 All로 바꿔 주시면 됩니다.
<Directory /> Options FollowSymLinks AllowOverride All </Directory> |
# # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride All # # Controls who can get stuff from this server. # |