web page url이 변경된 경우, apache에서 쉽게 설정 변경으로 redirect 시켜줄수 있다.
(httpd.conf / httpd-ssl.conf 에 추가)
Redirect permanent /io /cc |
xxx.xxx.net/io/****.html -> xxx.xxx.net/cc/****.html 로 자동변경해주심
web page url이 변경된 경우, apache에서 쉽게 설정 변경으로 redirect 시켜줄수 있다.
(httpd.conf / httpd-ssl.conf 에 추가)
Redirect permanent /io /cc |
xxx.xxx.net/io/****.html -> xxx.xxx.net/cc/****.html 로 자동변경해주심