adamchen1987
Member
Posted 2 years ago #
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.
http://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
No limitation except what might be imposed by your hosting company.
To make WordPress available at http://www.college.com in Settings->General, change the Blog address (URL) to http://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.
adamchen1987
Member
Posted 2 years ago #
Thanks for your assisance, I really appreciate it :)
Have a good day
Adam