FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » General » PHP discussions » Apache on local pc -> DocumentRoot on a remote nas
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Apache on local pc -> DocumentRoot on a remote nas [message #31985 is a reply to message #31981] Mon, 29 May 2006 16:25 Go to previous messageGo to previous message
kenjb is currently offline  kenjb   United States
Messages: 67
Registered: September 2004
Karma:
Member
#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#

DocumentRoot "c:\doc_root"

<Directory />
    Options FollowSymLinks
    AllowOverride None
</Directory>

Alias /works/ n:\works\

<Directory n:\works>
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>


http://localhost/works/ OR http://192.168.1.125/works/

I speak config. Wink


kenjb
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: ~error,insert query failed....AND undefined index~
Next Topic: PHP/SQL help needed....
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Oct 20 10:31:44 GMT 2024

Total time taken to generate the page: 0.05051 seconds