Adding a directory for Localhost and PHP

This is a discussion on Adding a directory for Localhost and PHP within the Apache Web Server forums, part of the Web Server and Related Forums category; All, Running Mac OS X 10.4.11 and Apache 1.3. My apache is configured just fine and it ...


Go Back   Usenet Forums > Web Server and Related Forums > Apache Web Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-08-2008
david-arnold@redwoods.edu
 
Posts: n/a
Default Adding a directory for Localhost and PHP

All,

Running Mac OS X 10.4.11 and Apache 1.3.

My apache is configured just fine and it will run PHP when I try a url
on my local machine such as:

http://localhost/~darnold/mathdept/index.php

All is well.

However, I'd like to add the ability to do this:

http://localhost/~darnold/mathdept/index.php

where mathdept is an alias to another directory on my system that is
outside my Sites folder.

Possible?

Thanks,

David.
  #2 (permalink)  
Old 03-09-2008
Nicolas BOUTHORS
 
Posts: n/a
Default Re: Adding a directory for Localhost and PHP

david-arnold@redwoods.edu a écrit :
> where mathdept is an alias to another directory on my system that is
> outside my Sites folder.
>
> Possible?


Use a symlink (man ls) and add to your options the "FollowSymLinks"
keyword. Be sure to grant access to the other directory.

Example :
<Directory /somewhere/else>
Order allow,deny
Allow from all
</Directory>

<Directory /home/*/public_html>
Options ... FollowSymLinks.
</Directory>

Be sure to understand possible security risks though (exposure of
sensible files). And read the doc :
http://httpd.apache.org/docs/1.3/mod/core.html#options

Cheers,

Nicolas

--
Nicolas Bouthors -=- Tel : 06 20 71 62 34 -=- Fax : 01 46 87 21 99
NBi SARL -=- http://nbi.fr -=- nbouthors@nbi.fr
 


Thread Tools
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

vB 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 09:03 PM.


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