|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Symlinks and Web Access
In organizing the doctree for my website, I am trying to use symlinks to use a single image directory while pointing to it from multiple places.
The problem is that I am still getting the broken images (403 Forbidden Error - NOT 404) even though I can perfectly 'cd' to it from the LINUX/UNIX shell. Any ideas please. Is there something I should do with the file permissions/ownership??? Thanks a lot |
|
#2
|
|||
|
|||
|
>> I am trying to use symlinks
If it's for Apache you need to tell Apache to FollowSymLinks Anyway, to accomplish your simple task there is a directive called Alias without using symlink at all. Just define the following globally: Alias /images/ "/full/path/no/symlink/to/your/images/dir/" Next time you hava a Apache question, don't ask here, ask ONLY in Apache forum. |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > Symlinks and Web Access |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|