Title: Installation
Last modified: August 20, 2016

---

# Installation

 *  [agray19](https://wordpress.org/support/users/agray19/)
 * (@agray19)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/)
 * I performed the following:
 * I already have WordPress installed in its own folder (i.e. [http://example.com/wordpress](http://example.com/wordpress)):
 * Go to the General panel.
    In the box for Site address (URL): changed the address
   to the root directory’s URL. to: [http://example.com](http://example.com) Saved
   Changes.
 * Copied index.php from /var/www/wordpress/ to root
 * Opend your root directory’s index.php file in a text editor
    Change the following
   and save the file. Change the line that says: require(‘./wp-blog-header.php’);
   to the following, using your directory name for the WordPress core files: require(‘./
   wordpress/wp-blog-header.php’);
 * Logged in site OK.
 * However, from the internet the site is still only available at:
    [http://www.domain.info/wordpress](http://www.domain.info/wordpress)
   instead of what I need: [http://www.domain.info](http://www.domain.info)
 * Any additional sugestions?
    Thanks,

Viewing 15 replies - 1 through 15 (of 45 total)

1 [2](https://wordpress.org/support/topic/installation-60/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/installation-60/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/installation-60/page/2/?output_format=md)

 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710769)
 * Your wordpress should open fine with your domain name but to log in admin panel
   you need use [http://www.domain.info/wordpress/wp-admin](http://www.domain.info/wordpress/wp-admin)
 *  Thread Starter [agray19](https://wordpress.org/support/users/agray19/)
 * (@agray19)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710777)
 * It should but it does not!
 * From any browser I have to type:
 * [http://www.domain.info/wordpress](http://www.domain.info/wordpress)
 * [http://www.domain.info](http://www.domain.info) returns the Apache2 “It works
   page” (the index.html file which is seating in my /www/. If I delete it most 
   likely [http://www.domain.info](http://www.domain.info) will return nothing or
   an error.
 * AG
 *  [govpatel](https://wordpress.org/support/users/govpatel/)
 * (@govpatel)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710781)
 * That could be reason as wordpress use index.php file and you have index.html 
   file as well you can only have one index file in folder.
    It must opening index.
   html instead of index.php rename index.html file.
 *  Thread Starter [agray19](https://wordpress.org/support/users/agray19/)
 * (@agray19)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710804)
 * I renamed the index.html old-index.html
    Did not fix the problem. Now [http://www.domain.info](http://www.domain.info)
   returns: Index of /
 *  Name Last modified Size Description
    old-index.html 25-Apr-2012 12:12 177 wordpress/
   25-May-2008 16:33 – Apache/2.2.14 (Ubuntu) Server at newbullhorn.info Port 80
 * It seams to be clear that the system looks at www directory.
 * AG
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710812)
 * Try adding
    `DirectoryIndex index.php index.html index.htm` to the top of your
   root .htaccess file.
 *  Thread Starter [agray19](https://wordpress.org/support/users/agray19/)
 * (@agray19)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710841)
 * I created a file:
 * .htaccess in the root directory (no such file existed before)
    rebooted
 * NO CHANGE , [http://www.domain.info](http://www.domain.info) continues returns
   list of in /www/
 * to be clear:
 * WordPress Address (URL) [http://domain.info/wordpress](http://domain.info/wordpress)
   
   Site Address (URL) [http://domain.info](http://domain.info)
 * AG
 *  Thread Starter [agray19](https://wordpress.org/support/users/agray19/)
 * (@agray19)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710947)
 * OK, I am ready to reinstall. Is “Famous 5-Minute Install” correct?
 * According to it, I should put WordPress files in the root directory (without 
   a wordpress folder), is that correct? Supposedly, this will make Wrdpress respond
   to:
    [http://domain.info](http://domain.info)
 * AG
 *  [acboy](https://wordpress.org/support/users/acboy/)
 * (@acboy)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710953)
 * I am new too, had some problems with my earlier install but found this tutorial,
   [http://wordpress.tv/2009/01/26/installing-wordpress-locally-with-wampserver/](http://wordpress.tv/2009/01/26/installing-wordpress-locally-with-wampserver/)
   very helpful. Only problem was the last step did not work but running ‘localhost’
   from the WAMP server icon in the taskbar made my localhos work/pop up. I will
   be trying another install later.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710959)
 * > Is “Famous 5-Minute Install” correct?
 * Yes.
 * > is that correct? Supposedly, this will make Wrdpress respond to:
 * Yes.
 *  Thread Starter [agray19](https://wordpress.org/support/users/agray19/)
 * (@agray19)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710960)
 * Thanks acboy!
    I already know how to install WordPress locally, I have done it
   almost 50 times in my attempt to install it on my public server. I am trying 
   to install WordPress on my public Ubuntu server and it’s not working! Frustration
   is beginning to takeover!
 * There are bizillions of WordPress sites out there which function as expected 
   [http://www.domain.XXX](http://www.domain.XXX) and bingo you are there! Somebody
   out there knows how to do it … I am still looking for that person(s)!!
    Thanks,
   AG
 *  [acboy](https://wordpress.org/support/users/acboy/)
 * (@acboy)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710961)
 * Do you have a good link/tutorial for installing WAMP and wordpress?
    This was
   my first install and I will like to try something that is straight forward. Will
   appreciate any good links and sources. Thanks
 *  Thread Starter [agray19](https://wordpress.org/support/users/agray19/)
 * (@agray19)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710962)
 * acboy,
    This tutorial is very good and it works exactly the way he describes 
   it:
 * [http://www.youtube.com/watch?v=9Nk3770S4jk](http://www.youtube.com/watch?v=9Nk3770S4jk)
 * AG
 *  Thread Starter [agray19](https://wordpress.org/support/users/agray19/)
 * (@agray19)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710963)
 * esmi,
 * Since WordPress will download and tar into a /wordpress/ folder:
 * is there o command which I can use to move all the contents of /wordpress/ to/
   root/?
    Thank, AG
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710965)
 * Why not just extract the archive, open the wordpress folder and upload its contents
   rather than the folder itself?
 *  Thread Starter [agray19](https://wordpress.org/support/users/agray19/)
 * (@agray19)
 * [14 years ago](https://wordpress.org/support/topic/installation-60/#post-2710967)
 * esmi
    I apologize, I am quite ignorant of Linux command, here is what I have 
   been doing to get WordPress:
 * sudo wget [http://wordpress.org/latest.ta.gz](http://wordpress.org/latest.ta.gz)
   
   than tar -xzvf latest.tar.gz this will extract all contents into a folder /wordpress/
 * The challenge now is to move all the contents of /wordpress/ to /root/
    Could
   I perhaps say: tar -xzvf latest.tar.gz /root/
 * Or is this hopeful thinking?

Viewing 15 replies - 1 through 15 (of 45 total)

1 [2](https://wordpress.org/support/topic/installation-60/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/installation-60/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/installation-60/page/2/?output_format=md)

The topic ‘Installation’ is closed to new replies.

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 45 replies
 * 6 participants
 * Last reply from: [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/installation-60/page/3/#post-2711065)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
