묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
domain.com/index.php 에서만 접속가능
2016.11.09 08:16
안녕하십니까
domain.com 으로는 접속이 안되고
반드시 domain.com/index.php 라야지만 접속이 됩니다.
iPage.com 에 호스팅하여 밤새 이문제를 해결하지 못하고
Cafe24.com 에 호스팅을 신청하였는데 같은 문제가 발생하네요.
.htaccess 화일에
#Options FollowSymLinks
DirectoryIndex index.php index.html
#
#mod_rewrite in use
RewriteEngine On
rewritecond %{http_host} ^mysite\.com
rewriterule (.*) http://www.mysite.com/$1 [r=301,L]
# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update Your Joomla/MamboDirectory (just / for root)
# RewriteBase /
이거 수정하면 된다는 글을 찾아서 해봤는데 안되더라고예
어떻게 해결이 가능할까요??
밤새고, 호스팅을 두군데서나 진행하고, cafe24는 설치비 만원까지 지불했는데 설치 안되던데 이건 얼마 안되지만 연락해서 환불을 요구하려구요. 밤을 새버려서 ㅠ.ㅜ...
태그 연관 글
- [2014/08/12] 묻고답하기 mod_rewrite 짧은주소 문제 *1
아파치 설정에 index.php 가 실행되도록 되어 있어야 하는데요 cafe24 호스팅이면 기본으로 설정 되어 있을 텐데 이상하군요.
혹 domain.com/index.html 은 실행 되시는지요?
되다면 억지로라도 설정하려면 index.html 안에 index.php 를 redirect 시키는 편법이 있긴 합니다만...