bill25
Posts: 2
|
| Posted: 04/17/2006, 7:49 AM |
|
I am having an issue getting my site to publish. Here is my setup:
WIndows XP running CCS 2.3.2.24 with MySql 4.0.21, PHP 5.0.2 and Apache 2.0.52. I am publishing everything locally.
I installed PHP, Apache and MySql and after it was done I can go to the http://localhost/phpinfo.php page and the php info shows up. Apache and MySql is running now without any errors. I can create pages using my odbc connection to mysql just fine. The problem I am having is that when I publish locally, I can't view the live page. I get the HTTP 404 - File not found
Internet Explorer page. When I go to the http://localhost/ page, I get the 'installation of the Apache web server software on this system was successful' page.
Why can't I get this to work? What am I doing wrong??
Thanks,
Bill
|
 |
 |
peterr
Posts: 5971
|
| Posted: 04/17/2006, 12:35 PM |
|
Looks like the URL is wrong. What is the URL that shows "File not found"?
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
kimstl
Posts: 6
|
| Posted: 04/17/2006, 3:32 PM |
|
Check project settings - particularly the 'publishing' section - the server and the url need to match.
Note that the url:
http://localhost
is equivalent to the server path
C:\ ....Apache...\......\htdocs
You need to take account of any subfolders to ensure the url and server paths match
|
 |
 |
bill25
Posts: 2
|
| Posted: 04/20/2006, 9:54 AM |
|
thanks for the help everyone. I finally installed xampp and got the paths correct. works like a charm.
|
 |
 |
|