bmaclean
Posts: 7
|
| Posted: 12/16/2004, 10:02 PM |
|
I just tried the HelloWorld tutorial. When I click on the "livepage" tab, I get a 404 page not found error.
I am running apache webserver on my Windows 2000 laptop. I used the Sokkit application to install apache and PHP.
Can anyone tell me what I am doing wrong?
Thanks,
Mac
P.S.
Here is a cut and paste from the CCS Message window:
Generating "HelloWorld"
Generating Common Files
Warning: Set the Project Date Format property to work correctly with the Date fields.
Publishing to "C:\Inetpub\wwwroot\HelloWorld"
|
 |
 |
peterr
Posts: 5971
|
| Posted: 12/17/2004, 12:31 AM |
|
Apache usually utilizes a different Web folder than "C:\Inetpub\wwwroot\".
So please change your project settings to publish to the Apache Web folder.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
bmaclean
Posts: 7
|
| Posted: 12/17/2004, 6:12 AM |
|
Thanks for the info. Much of this is quite new to me, which brings up my next question:
How do I find out what web folder my installation of Apache is using? I figure there must be some kind of config file, but I don't know where to look.
I know this isn't a CCS question, but a pointer in the right direction would really help.
Thanks,
Mac
|
 |
 |
peterr
Posts: 5971
|
| Posted: 12/17/2004, 12:22 PM |
|
It's usually the "htdocs" folder under your Apache installation directory. In my case "C:\Apache2\htdocs". The configuration file is httpd.conf, for example "C:\Apache2\conf\httpd.conf". You may also need to configure that file to run PHP programs. See http://www.thesitewizard.com/archive/php4install.shtml
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Richard Gutery
|
| Posted: 12/18/2004, 6:52 AM |
|
You could also install Webmin on your machine and use the GUI to configure
and manage your web services on apache. Note that webmin uses port 10000 by
default.
RG
"bmaclean" <bmaclean@forum.codecharge> wrote in message
news:241c276857ab4c@news.codecharge.com...
>I just tried the HelloWorld tutorial. When I click on the "livepage" tab,
>I get
> a 404 page not found error.
>
> I am running apache webserver on my Windows 2000 laptop. I used the
> Sokkit
> application to install apache and PHP.
>
> Can anyone tell me what I am doing wrong?
>
> Thanks,
>
> Mac
>
>
> P.S.
> Here is a cut and paste from the CCS Message window:
> Generating "HelloWorld"
> Generating Common Files
> Warning: Set the Project Date Format property to work correctly with the
> Date
> fields.
> Publishing to "C:\Inetpub\wwwroot\HelloWorld"
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
Bill MacLean
|
| Posted: 12/19/2004, 11:44 PM |
|
Thanks for the tip.
Mac
|
|
|
 |