Ok...
Running windows 2003 with apache webserver on separate port (8080)
Photopost version: 5.3
PHP: 5.1.1
MySql: 4.1.16
I'm trying to integrate with vb3.
I know it's connecting to the database ok because it adds all of the new tables to my
vb database. However, when going through the rest of the configuration steps, it's almost as if it's not updating the database properly and I can't login. When I look at the database after installation, all of the settings are default settings - ie: domain =
http://www.mydomain.com (not updating to my actual domain
http://www.3scrapateers.com:8080)
I get the installation complete page and then click to go to adm-index.php - which works fine.
However, when I actually try to login, and hit sumit, I am taken to
http://www.domain.com/photopost/misc.php with a
Not Found
The requested URL /photopost/misc.php was not found on this server
Apache Server at
www.domain.com Port 80
I'm assuming that it's having a problem with the port but I how do I fix this?