2015. 5. 15. 14:17 인터넷/웹사이트
Bluehost.com 이용하기
- subdomain 이용하기
1. subdomain 만들기: cPanel >> Domain >> subdomain 에서 생성 --> subfolder 할당(예: ex1)
2. wordpress file복사하기: cPanel >> FileManager에서 wordpress 설치파일을 할당된 subfolder 밑으로 복사한다.
3. cPanel database에서 db를 생성한다. (*user 생성필요 없이) 이미 생성된 유저를 db에 할당해 주고 full 권한을 준다.
4. browser에서 http://ex1.liketech.com/ 입력하고 wordpress 설치한다.
- "plus" plan: addon domain (한개의 account로 많은 도메인 홈페이지 개설 가능) 지원한다.
- primary domain은 (subfolder 말고) "public_html/"에 설치하는 것이 좋다. 그러나 만일 sub폴더에 설치를 했으면 --> http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory 을 참조하라.
Using a pre-existing subdirectory install
If you already have WordPress installed in its own folder (e.g., http://example.com/wordpress), then the steps are as follows:
Go to the AdminPage >> Settings >> General panel.
In the box for Site address (URL): change the address to the root directory's URL.
Click Save Changes. (Do not worry about the error message)
Copy (NOT MOVE!) the index.php from the WordPress (wordpress in our example) directory into the root directory of your site
Open your root directory's index.php file in a text editor
Change the line that says:
require( dirname( __FILE__ ) . '/wordpress/wp-blog-header.php' );
- addon domain에 wordpress 설치하려면
1. subfolder 만들고 wordpress install file 복사
2. db 생성하고 user 에게 모든 권한 부여
3. name registar 의 dns server를 NS1.BLUEHOST.COM & NS2.BLUEHOST.COM로 변경하고
4. cPanel >> domain >> assign 에서 assign 한다.
5. addon domain으로 접속해서 설치시작
- FTP:
1. bluehost.com >> hosting >> ftp 에서 account setup: 디렉토리는 "/home2/liketech/" 다음의 textbox에 "/"을 입력해야 함
2. *** The public_ftp folder is only used for Anonymous Logins via FTP and is placed there by default. It is not for site functionality.
- public FTP
- cPanel
. menu under "home" vs. menu under "cpanel"
. "www" 는 "public_html"을 point 한다.
'인터넷/웹사이트' 카테고리의 다른 글
BlueHost.com 관련 (0) | 2016.01.03 |
---|---|
Ajax 기초 (0) | 2015.06.11 |
웹서비스 (0) | 2015.06.10 |
IIS 기초 (0) | 2015.06.09 |
Subdomain, Addon Domain, Parked Domain 의 차이점 (0) | 2015.06.04 |