| View previous topic :: View next topic |
| Author |
Message |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Mon Jun 15, 2009 10:17 pm Post subject: Website File Directory Problem |
|
|
Not sure if this is the right section but w/e.
Everytime I try to install WordPress onto my website - http://f3ar.hobo-studios.org/ - It doesn't load WordPress but it loads the File Directory, does anyone know how to fix this?
_________________
|
|
| Back to top |
|
 |
Saifallofjmr Grandmaster Cheater Supreme
Reputation: 4
Joined: 02 Apr 2007 Posts: 1450
|
Posted: Mon Jun 15, 2009 10:20 pm Post subject: |
|
|
Because the site doesn't point to a link, just to the directory (I think), make some type of file that redirects to the main page for wordpress.
_________________
|
|
| Back to top |
|
 |
Lyfa The Lonely Man
Reputation: 12
Joined: 02 Nov 2008 Posts: 743
|
Posted: Mon Jun 15, 2009 10:28 pm Post subject: |
|
|
| saf wrote: | | Because the site doesn't point to a link, just to the directory (I think), make some type of file that redirects to the main page for wordpress. |
I don't know how to do that, I'm very new to web coding and shit
_________________
|
|
| Back to top |
|
 |
iTz SWAT I post too much
Reputation: 1
Joined: 20 Dec 2007 Posts: 2227 Location: Me.Location;
|
Posted: Tue Jun 16, 2009 2:08 am Post subject: |
|
|
First of all.
If you want Wordpress as your homepage then move all the files in Wordpress to the main directory...
You may have to edit the .htaccess file...
_________________
|
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Tue Jun 16, 2009 7:09 am Post subject: |
|
|
If you want "http://f3ar.hobo-studios.org/" to goto "http://f3ar.hobo-studios.org/wordpress/", you can add a redirect in your httpd.conf (not possible on a shared host) or a .htaccess file, but the easiest way is to create an index.php with: | Code: | | <?php header('location: /wordpress/'); ?> |
Unless you have no reason for it to be in a different folder, I suggest you FTP the files into your root folder, just up one level from the wordpress folder.
|
|
| Back to top |
|
 |
|