Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Carl Maloney
Thanks, I figured out.  You're right, it was incorrect sytax html code.Joshua Slive <[EMAIL PROTECTED]> wrote: On 2/17/06, Carl Maloney <[EMAIL PROTECTED]> wrote:> 127.0.0.1 - - [17/Feb/2006:14:03:32 -0700] "GET> /%E2%80%9Dhttp://127.0.0.1/processorder.php%E2%80%9D?%93tireqty%94=&%93oilqty%94=&%93s

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Joshua Slive
On 2/17/06, Carl Maloney <[EMAIL PROTECTED]> wrote: > 127.0.0.1 - - [17/Feb/2006:14:03:32 -0700] "GET > /%E2%80%9Dhttp://127.0.0.1/processorder.php%E2%80%9D?%93tireqty%94=&%93oilqty%94=&%93sparkqty%94= > HTTP/1.1" 403 325 It's still your HTML that is broken. It is causing your browser to request

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Carl Maloney
There is nothing in the error logs.  I looked in the access logs and this is what showed up:127.0.0.1 - - [17/Feb/2006:14:03:29 -0700] "GET /orderform.html HTTP/1.1" 304 -127.0.0.1 - - [17/Feb/2006:14:03:32 -0700] "GET /%E2%80%9Dhttp://127.0.0.1/processorder.php%E2%80%9D?%93tireqty%94=&%93oilqty%94

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Joshua Slive
On 2/17/06, Carl Maloney <[EMAIL PROTECTED]> wrote: > I changed it to that and I still get the same error. Check the apache error log. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Carl Maloney
I changed it to that and I still get the same error.Is that syntax correct?Joshua Slive <[EMAIL PROTECTED]> wrote: On 2/17/06, Carl Maloney <[EMAIL PROTECTED]> wrote:> This action never touches apache. Your browser tries to directlyaccess the file through your local filesystem. You want something

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Joshua Slive
On 2/17/06, Carl Maloney <[EMAIL PROTECTED]> wrote: > This action never touches apache. Your browser tries to directly access the file through your local filesystem. You want something that looks more like http://yoursite.example.com/processorder.php. Joshua.

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-17 Thread Carl Maloney
I started this a couple of weeks ago and I am now working on it.  I load up the html file into my browser and it shows up fine.  I click the button that launches the php file and I get error code 403:  You don't have permission to access /”c:/program on this server.  I can load the *.php file

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-07 Thread Victor Trac
Are both the original and linked to PHP/HTML files in the VirtualHost's DocumentRoot directive? For example, if you have: ... DocumentRoot "/var/www/html" ... and your original file is /var/www/html/index.php, and you are trying to link to /var/www/php/page2.php, it is going to not allow you t

Re: [EMAIL PROTECTED] Possible Configuration Problem

2006-02-07 Thread George Moureau
I'd love to see the answer to this one, I keep getting the same thing, only when simply trying to access other html files in the same directory George Moureau[EMAIL PROTECTED](706) 377-3360 On Feb 6, 2006, at 11:05 PM, Carl Maloney wrote:I am a ultra beginner with Apache/PHP.  I got the server

[EMAIL PROTECTED] Possible Configuration Problem

2006-02-06 Thread Carl Maloney
I am a ultra beginner with Apache/PHP.  I got the server up and running.  I can load up any html page/php file from my browser.  I started a html file that has a "submit" button that is suppose to launch a *.php file.  When I press the button, I first got Error Message: 404, File not found.  In