![]() |
|
|
|
|
|||||||
| Blogging From hobbyists to The New York Times, blogging is the way to go to express your thoughts online. This forum is designed to discuss the entire subject, including picking the best software, creating themes, getting hits and, most important of all, posting your commentaries. Hard programming issues, though, should be discussed in our PHP / MySQL Assistance forum. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have installed wordpress on my domain. Whenever I want to get to my blog I type http: //mydomainname.com/wordpress
How do I make it so that it goes only to my domain without /wordpress in the end? |
|
#2
|
|||
|
|||
|
The easy way is to reinstall it from scratch, just choose domain only and do not type "wordpress" as folder for installation.
If you want to keep the current installation, then do the following: Move your WordPress core files to the new location. Copy the index.php and .htaccess files from the WordPress directory into the root directory of your site (Blog address). Open your root directory's index.php file and change the following: Code:
require('./wordpress/wp-blog-header.php');
Code:
require('./wp-blog-header.php');
|
![]() |
| Tags |
| directory, hosting, installation, wordpress |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|