서버 이전하고 사이트 점검하느라 오늘 질문 많이 올립니다 ^^;

 

http://domain.com/main/board/1231 = https://www.domain.com/main/board/1231

https://domain.com/main/board/1231= https://www.domain.com/main/board/1231

 

이렇게 변경되도록 하고픈데 .htaccess 를 수정하면 가능 할까요?

가능하다면 방법을 알려 주시면 감사드리겠습니다(__)

xe는 main/ 폴더에 설치되어 있습니다.

  • profile
    .htaccess 를 사용하시려면

    RewriteCond %{HTTP_HOST} ^example.com [NC]
    RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301,NC]

    근데, JS를 이용한 애드온도 있는걸로 압니다만.
  • profile profile
    감사합니다.
    적용해보았습니다.
    http://example.com/file.php => http://www.example.com/file.php 잘됩니다.
    http://example.com/folder/main/ => http://www.example.com/folder/main <- 이런 형식은 안되는거 같아요..
  • profile profile
    으음.... main 폴더에 넣으시면 될텐데요?
  • profile profile
    https://xe1.xpressengine.com/index.php?mid=download&package_id=22753646
    애드온으로 제공되는 게 있는데...
  • profile profile
    메인 폴더에 넣으니 잘되는군요 ^^; 감사합니다.
    애드온은 사용 안해 봤어요.