• Resolved adamchen1987

    (@adamchen1987)


    Hello, dear WordPress admin:

    I wonder if there is any limitation on the amount of archieve or pages if I use wordpress to create a site on MY OWN hosting service purchased?

    and btw, I recently published wordpress under a sub folder of a site:
    i.e.
    https://www.college.com/wp

    In this case, can I make the wordpress my home site? How can I do this?
    Which folder should I put the word press in?
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • MichaelH

    (@michaelh)

    No limitation except what might be imposed by your hosting company.

    To make WordPress available at https://www.college.com in Settings->General, change the Blog address (URL) to https://www.college.com and put this index.php file in your web-root folder (it is the same folder that contains the wp folder)

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', true);
    require('./wp/wp-blog-header.php');
    ?>

    Then update your permalinks by visiting Administration > Settings > Permalinks and clicking on Save Changes.

    Thread Starter adamchen1987

    (@adamchen1987)

    Thanks for your assisance, I really appreciate it ??

    Have a good day

    Adam

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Any Limitation on Archieve or pages in wordpress?’ is closed to new replies.