When i go to my site, the blog doesnt show up, only the orginal thing i had up, but i removed the index file for it so I dont know how or why it keeps showing up and not the blog
how do i get the blog to show up?
When i go to my site, the blog doesnt show up, only the orginal thing i had up, but i removed the index file for it so I dont know how or why it keeps showing up and not the blog
how do i get the blog to show up?
remove index.html?
I did, still not showing
http://www.ephemeralstyle.us/index.html
really? I click that and get a page.
[update: ok, now I don't]
So, where'd you install the blog? Did you inadvertantly delete its index.php already?
No, i see the index.php, i just installed it in public_html
teh index.php is in wp_content or something, i copied it and put it in public_html and it still didnt work
you want the index.php that is in the wordpress root. Not the one from wp_content. They're not the same!
Ok, ill copy that one then
Wheres the root?
k, i did that and i got this:
Warning: main(admin.php) [function.main]: failed to open stream: No such file or directory in /home/ephemera/public_html/index.php on line 2
Fatal error: main() [function.require]: Failed opening required 'admin.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ephemera/public_html/index.php on line 2
The index.php file that sits in the public_html folder there, where the wp-config.php file sits... should be about 1kb in size and should contain the following codes in it..
<?php
/* Short and sweet */
define('WP_USE_THEMES', true);
require('./wp-blog-header.php');
?>
http://www.vindictivebastard.net/images2/wp-file-n-folder-placement-4-root-directory.gif
spencerp
...ok?
i dont see a wp_config folder
It's the wp-config.php file.. not folder.. ;)
Look at my image again.. like this:
public_html/
wp-admin <-folder
wp-content <-folder
wp-includes <-folder
index.php <- should be 1kb in size and contains the above codes I gave you..
wp-config.php
all other files..
spencerp
Its there
Post your question over here, someone will get it for ya, for nothing.. ;)
http://install4free.wordpress.com/2006/06/25/get-in-touch/
spencerp
I got your comment over there Jewlz.. I'll help ya with it. ;) Email is on the way..
spencerp
UPDATE: He had 2.0.4 uploaded and installed, files for the root were missing..
I just deleted the 2.0.4 files, uploaded new 2.0.5 files, ran the upgrade.. and she seems to be working just fine now! Oh yeah, also had to delete the .htaccess file that was there, that contained MS Frontpage crap in it..
Anyway, here she is: http://ephemeralstyle.us/
Happy Blogging!
spencerp
/Takes a bow to the audience..thank you! thank you! No really, you shouldn't!...
This topic has been closed to new replies.