Recent Topics

1 Apr 30, 2008 01:42    

My b2evolution Version: Not Entered

server windows 2003
IIS 6
PHP 5

I have some domains on this web server that I am able to run this blog on and others that will not run it.

I have made sure that in IIS I have added PHP as an ISAPI filter, I have made sure that correct Users such as IUSR_xxxx has access to the particular website.

the following two websites are on the same server:

http://www.harves4Christ.net/webblog/blogs/

http://www.makingmoneygreenandclean.com/bloggreen/blogs/install/

I was able to install the blog on the first domain however, I get 404 errors when I try to install on the second domain.

PHP is install correctly on the server and works for the first domain.

It does not work for the second even after I have created the ISAPI filters and added index.php to the document folder.

Anyone have any clues what might be going on here.

Miles

2 Apr 30, 2008 09:32

Can you run any PHP at all in the problematic domains?

To find out, make this file

<?php
phpinfo();
?>

upload it as index.php in the directories you need to check, then visit those directories with your web browser and see if you get a 404.

3 Apr 30, 2008 18:34

No I get 404 errors even when I try to run from the root of this web.

4 Apr 30, 2008 18:59

Sorry,

I still get 404 errors no matter where I run from in this website


Form is loading...