Recent Topics

1 Feb 21, 2008 16:39    

My b2evolution Version: 1.10.x

Hi, i'm having trouble accessing the index.php script in the install folder, thing is its there. I uploaded all the files via ftp, and then browsed to the install folder, index.html linked me to index.php, and when i try to start the process i get a 404 error. Can anyone help? Thanks in advance.

2 Feb 21, 2008 17:02

Got link?

If the file is on your server then there is no reason I can think of why yourdomain.tld/path_if_any/install/index.php won't run.

5 Feb 21, 2008 19:17

yeah, thats because the site is not up, wanted to get the blog up first and then take care of the rest

6 Feb 21, 2008 19:22

Just to narrow things down, can you create and upload the following 2 files to your home url folder

index.htm

<p>Hello world</p>

index.php

<?php echo 'foo = bar'; ?>

¥

8 Feb 21, 2008 19:31

can you now upload the same two files to your blog subdomian?

also, compared to your home url folder, what folder does your blog subdomain live in? ie/ on most servers /some/path/domain_I_registered_with/public_html/sub_domain/

¥

9 Feb 22, 2008 07:57

Done, i uploaded the files to the blog subdomain too. thing is, i get the same 404 error now, but the index.php is there ....
the path is /blabla/users/myuser/blog.psychedelicjournal.com/

10 Feb 22, 2008 13:34

Is your blog folder chmod'd to 777? Just guessing... If so make it be what a folder would be if it wasn't 777. I think it'd be 755 but see other folders for a reference point.


Form is loading...