Bluehost.com Web Hosting $6.95

Adding Apache serving directories

This is a discussion on Adding Apache serving directories within the Windows Web Servers forums, part of the Web Server and Related Forums category; Hi: I'm running Apache 2 and php 5, on win 98. Both are working. I'm trying to add ...


Go Back   Usenet Forums > Web Server and Related Forums > Windows Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-06-2004
Dan Stumpus
 
Posts: n/a
Default Adding Apache serving directories

Hi:

I'm running Apache 2 and php 5, on win 98. Both are working.

I'm trying to add a "php" directory beneath the standard htdocs directory.
I've described what I did below, but the net result is that I can't serve
from files in the new directory:

The following directory definition was the default in my httpd.conf file:

<Directory "C:/Program Files/Apache Group/Apache2/htdocs">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>

I added the following section, to the conf file, and created the php
directory:

# 11/16/04 drs Added the php subdir for access
<Directory "C:/Program Files/Apache Group/Apache2/htdocs/php">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>

I get the "page not found" error when I put "minimal.php" in this directory
and used
http://localhost/php/minimal.php to try and access it.

Can anybody out there give me a hint?

Thanks,

Dan



 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 11:21 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0