Did you restart Apache after the .conf alias changes?  Is the alias set up
correctly?

Alias /images/ "/myDirectory/images/"

<Directory "/myDirectory/images">
    Options -Indexes MultiViews Includes ExecCGI
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

If you try to directly access the images using the alias can you see them?

http://www.yoursite.com/images/myimage.gif

Jim

-----Original Message-----
From: Michael S. Kimmett [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001 1:19 PM
To: CF-Server
Subject: Apache1.3.17 not working with CF4.5sp2


Greetings!

I am new to ColdFusion, so I will need a little help.  I have installed
CF4.5sp2 on a WIN98 machine that is using Apache 1.3.17 as it web app.
server.  

My problem is that I when I try to view CF files with images, I am unable to
see the images (the image links are CF variables).  I am able to see the
HTML parts of the CF file, but not the image.

I modified the Apache .conf file by adding an alias to the Apache conf file.
I have also mapped the CF server to the location of my files, but I am still
not getting any results.

Does anyone have any suggestions?

Thanks in advance.

Michael
----------------------------------------------
Michael Kimmett
Software Engineer
Westcar Consulting Group, Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to