[PHP] Re: IIS E-Mail

2005-09-22 Thread Manuel Lemos

Hello,

on 09/22/2005 05:03 PM Jay Blanchard said the following:

I finally configured the IIS Virtual SMTP server as my MTA. No errors are
being thrown, but no mail is being sent either. Well, it may being sent, but
it is not arriving at its destination. Can someone clue me into some things
to check with the IIS Vistrual SMTP Server as MTA for PHP? Any help would be
greatly appreciated.


If you set the return path address correctly, you will get a bounce soon 
or later explaining why the messages are not being delivered.


--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Re: IIS HTTP 405 Error - Clean Urls

2004-05-05 Thread Dac Chartrand
Jeremy Weir wrote:
how about a server-side redirect to /directory/ at the end of execution of
/directory/index.php. You'll give the user an easier time with their
back/forward buttons if you do that too.
I was looking for more of a server work around, not a me changing my 
source code work around. :(

Thanks anyway.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: IIS and PHP with $HTTP_SERVER_VARS

2002-11-26 Thread Brian McGarvie
it's to do with probably folder permissions, the folder all your web files
are should have IUSR_machinename added to the folder with full rights, the
login box should then not appear...

Shaun Garriock [EMAIL PROTECTED] wrote in message
018301c2954d$265b4010$c101a8c0@rgcweb01">news:018301c2954d$265b4010$c101a8c0@rgcweb01...
Hi
The problem I am having is as follows:
I setup PHP with IIS and it seems to work fine. I am creating a Intranet
site and would like to obtain the user logged on to the networks
username. I have setup basic auth but when I visit the site it asks me
for my username and password before I can get in. Integrated Windows
Auth is turned off. When I turn it on and try to login it says login
failed. I know that ASP can have a script added to the page to turn pass
through auth but I need one for PHP.
I am using $HTTP_SERVER_VARS[LOGON_USER] to get the username and it
works when I login. I just need to get rid of the login box.

Thanks for your help in advance.

Shaun Garriock


*** The contents of this message are confidential and are intended for the
addressee only. The views expressed in this message do not necessarily
represent those of Robert Gordon's College. Electronic mail transmission is
not guaranteed to be secure, therefore, Robert Gordon's College does not
accept liability for the contents of this transmission. This message does
not form a legal binding contract. ***



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: IIS 5 - ASP PHP dev enviorment

2002-10-06 Thread Jason Morehouse

If the PHP interpreter is installed, there is nothing stopping you from
using both (morals aside).

-- 
 Jason Morehouse (jm[@]netconcepts[.]com)
 Netconcepts - http://www.netconcepts.com
 Auckland, New Zealand
 Linux: Because rebooting is for adding hardware.

On Sun, 06 Oct 2002 21:10:22 +, Jgreening wrote:

 I have done a little searching and haven't really had a good solid answer
 for my question.
 
 I mainly use ASP for development (and will continue to), but I wanted to
 dabble in a little PHP for my own curiosity. I am using IIS 5 on Win XP Pro
 for my dev machine. I have a few ASP applications going and I am looking for
 some questions as to what to expect to happen if I set up IIS 5 to also run
 PHP. Am I putting my ASP projects in harms way, buy setting up IIS to use
 ASP and PHP?
 
 Any help would be appreciated, links to information would be just fine.
 
 Thanks.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Re: IIS 5 - ASP PHP dev enviorment

2002-10-06 Thread Brendon G

I don't know how familiar you are with PHP yet.

But I recently decided to learn PHP myself having already learnt ASP.

These 3 things helped me the most.
This is a summary of the language differences between PHP,
JScript/Javascript and VBScript
http://php.weblogs.com/php_jscript_vbscript_1

ADOdb:  encapsulates the different PHP database code into a class that's
very similar to ADO. thus the name.  This enables you to access a MySQL Db,
an Access DB or anything else with little hassle. Handy from a cross
platform point of view and when you might need to change DB's at a later
date.
http://php.weblogs.com/ADOdb

And of course get the latest downloadable PHP manual.

Happy Dabbling!

Cheers

Brendon




-Original Message-
From: Jason Morehouse [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 07, 2002 9:52 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Re: IIS 5 - ASP  PHP dev enviorment


If the PHP interpreter is installed, there is nothing stopping you from
using both (morals aside).



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: IIS Bugs???

2002-07-12 Thread Scott Hurring

There's a problem with IIS and the rest of the world :-)

--
Scott Hurring
Systems Programmer
EAC Corporation
scott (*) eac.com
--
Brian McGarvie [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
OK This is a followon from my Browser thread... on [EMAIL PROTECTED];
[EMAIL PROTECTED]

I have switched the application to run from Apache, and the Browsers that were
having trouble now seem (I think - will be doing more testing later) to have
dissapeared.

So, is there a problem with IIS or PHP or IIS with PHP?

[ http://www.the-local-guide.com :: http://www.mcgarvie.net ]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: IIS unexpected error

2002-07-05 Thread Scott Fletcher

It would be a good idea to switch to Apache.  I had the php script and IIS.
The problem with IIS is the virus, so MS provide some patches, include the
IIS lockdown.  When I activated the IIS Lockdown, it prevent some PHP code
from working.  It became too much for me so I had to switch to Apache.

Richard Lynch [EMAIL PROTECTED] wrote in message
news:20020704233150.WCK8262.rwcrmhc52.attbi.com@[192.168.1.103]...
 I am setting up PHP on WinXP Pro with IIS 5.1.
 
 I tried to start the IIS server and I get an Unexpected error 0x8ffe2740
 occured. error.
 Anyone know how to resolve this problem?

 Try searching http://bugs.php.net and the archives for that hex value.

 Or just switch to Apache http://apache.org :-)

 --
 Like Music?  http://l-i-e.com/artists.htm




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: IIS

2001-08-21 Thread Gabe da Silveira

Microsoft Internet Information Server.

 From: [EMAIL PROTECTED] (Nafiseh Saberi)
 Newsgroups: php.general
 Date: Wed, 22 Aug 2001 19:22:16 +0430
 To: [EMAIL PROTECTED]
 Subject: IIS
 
 
 hi.
 what is IIS?
 
 thanks.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]