php-windows Digest 24 Jun 2003 09:50:06 -0000 Issue 1792

Topics (messages 20525 through 20529):

Question Regarding Local Host SubDirectory
        20525 by: Douglas Pollock
        20526 by: Melih Onvural
        20528 by: Douglas Pollock

php with Exchange server
        20527 by: Robin Baxter

What does this error mean?
        20529 by: Bautista, Rodel D.(Digitel-GSM)

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
I have installed PHP4 on Windows XP Professional.
I have a C:\Inetpub\wwwroot and a C:\Inetpub\wwwroot\PHP directory.
When I use IE6 with a URL of http://localhost/php02.htm the script php02.htm
works fine.
When I use IE6 with a URL of http://localhost/php/php02.htm I get a "The
page cannot be found" error.

I would like to keep my scripts organized in separate directories. Is there
a way to have the scripts recognized in addressable directories?


Thanks in advance
Doug


php02.php
-----------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
 <title>Untitled</title>
</head>

<body>
This is php02.htm
<?php print("hello, world"); ?>


</body>
</html>



--- End Message ---
--- Begin Message ---
How is the script working if you have a .htm extension instead of a .php extension. 
could this be the problem?

melih
> 
> From: "Douglas Pollock" <[EMAIL PROTECTED]>
> Date: 2003/06/23 Mon PM 05:16:52 EDT
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Question Regarding Local Host SubDirectory
> 
> 

Attachment: replyAll
Description: null


--- End Message ---
--- Begin Message ---
Melih thanks for responding. I should have copied the names of the .PHP
files instead of the .HTM files.

C:\Inetpub\wwwroot\php02.php
C:\Inetpub\wwwroot\PHP\php02.php

These were accessed as

http://localhost/php02.php
http://localhost/PHP/php02.php

However, the .PHP files give the same result. With the resulting "The page
cannot be found" error.
The Internet Information Services, Default Web Page is set for
C:\Inetpub\wwwroot

Thanks,
Doug


"Melih Onvural" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> How is the script working if you have a .htm extension instead of a .php
extension. could this be the problem?
>
> melih
> >
> > From: "Douglas Pollock" <[EMAIL PROTECTED]>
> > Date: 2003/06/23 Mon PM 05:16:52 EDT
> > To: [EMAIL PROTECTED]
> > Subject: [PHP-WIN] Question Regarding Local Host SubDirectory
> >
> >
>



--- End Message ---
--- Begin Message ---
I am having problems setting up mail. Our network uses Exchange Server for
emails, and I am running PHP under Abyss Web Server.

Unfortunately, due to legacy issues, our Exchange server is configured for
X400 mail.... does this mean that the normal mail() function in php will not
work, or is there a workaround that I can try?!

Rob



--- End Message ---
--- Begin Message ---
Hi to all,
I'm trying to install the "simple document management system" from freshmeat
and I'm getting the following error when I tried running it:
Fatal error: Cannot redeclare class user in
c:\apache\htdocs\sdms\lib\classes.inc on line 3
What does this error mean? How can I eliminate this error? I have observed
this also when I tried installing another document repository system from
freshmeat.

Any help will be highly appreciated.

Thanks in advance.

Rodel D. Bautista
GSM NET OPS-NSA-OSS
DMPI - Sun Cellular


--- End Message ---

Reply via email to