Home 게시판 커뮤니티 Q&A 고정주소 문의

1개 답변, 1 voice Last updated by Avatar of anko2010anko2010 14 years, 2 months 전
  • Avatar of anko2010anko2010
    Participant
    @anko2010
    #4391

    현제 주소 임니다 http://anko.hostei.com/wordpress/

    http://anko2010.wo.tc 으로 고정주소를 사용 싶습니다

    그런데요 아무리 해도 http://anko.hostei.com/wordpress/로 보이게 되네요

    어떻게 해야지 http://anko2010.wo.tc 으로 고정할수 있으까요 답변좀 부탁드리겠습니다

    예제 =>http://tops.wo.tc/

    Avatar of anko2010anko2010
    Participant
    @anko2010
    #4392

    index.php 파일을 열게 되면
    <?php
    /**
    * Front to the WordPress application. This file doesn’t do anything, but loads
    * wp-blog-header.php which does and tells WordPress to load the theme.
    *
    * @package WordPress
    */

    /**
    * Tells WordPress to load the WordPress theme and output it.
    *
    * @var bool
    */
    define(‘WP_USE_THEMES’, true);

    /** Loads the WordPress Environment and Template */
    require(‘./wp-blog-header.php’);
    ?>
    =============================================================
    wp-blog-header.php 파일을 열게 되면
    <?php
    /**
    * Loads the WordPress environment and template.
    *
    * @package WordPress
    */

    if ( !isset($wp_did_header) ) {

    $wp_did_header = true;

    require_once( dirname(__FILE__) . ‘/wp-load.php’ );

    wp();

    require_once( ABSPATH . WPINC . ‘/template-loader.php’ );

    }

    ?>

2 글 보임 - 1에서 2 까지 (총 2 중에서)
  • 답변은 로그인 후 가능합니다.