Skip to content


Blog 도메인 이전 및 기타 등등

rein.upnl.org –> rein.kr 이전 + /wordpress/ –> /blog/ 이전이 진행 중.

일부 디렉토리가 접근이 안된다거나, 특정 그림/사진이 안보인다거나, 링크가 잠시(?) 접근이 안된다거나 할 수 있는 상황.

주말까지 간헐적으로 문제가(혹은 폭발적으로?) 생길 예정..

<IfModule mod_alias.c>
    Redirect 301 /wordpress /blog
</IfModule>

로 일단 수정. 과연 이걸로 끝?

이 저작물은 별도로 명시하지 않은 경우, Creative Commons Attribution-Share Alike 3.0 Unported License에 따라 이용하실 수 있습니다.

No related posts.

Posted in Computer.

Tagged with , .


One Response

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.

  1. rein says

    디렉토리 변경은 실패. 대체 뭐가 문제지?

    RewriteEngine On
    RewriteRule ^wordpress(.*)$ blog$1 [R=301]

    론 뭐가 안되는걸까?

    + 구글 커스텀 검색도 뭔가 구글쪽 설정을 바꿔야하는게 있는 모양.

    일단 롤백하고 다시 주말을 기약해야…



Some HTML is OK

혹은 트랙백 보내기 / or, reply to this post via trackback.