Results 1 to 2 of 2
I am trying to configure a virtual directory to my ColdFusion administrator. I currently have this:
Code:
#
# This is the virtual directory for CFIDE
#
ScriptAlias /CFIDE/ "/var/www/html/CFIDE/"
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-29-2008 #1Linux Newbie
- Join Date
- Apr 2004
- Posts
- 173
Virtual directory not working
I am trying to configure a virtual directory to my ColdFusion administrator. I currently have this:
When I go to www.mydomain.com/CFIDE/administrator/ I get a 403, but when I go to www.mydomain.com/CFIDE/administrator/index.cfm it works fine except images won't show and I get a 500 error. I added "index.cfm" to my DirectoryIndex line too.Code:# # This is the virtual directory for CFIDE # ScriptAlias /CFIDE/ "/var/www/html/CFIDE/" <Directory "/var/www/html/CFIDE"> AllowOverride None Order allow,deny Allow from all </Directory>
- 07-29-2008 #2Linux Newbie
- Join Date
- Feb 2008
- Location
- Bangalore, India
- Posts
- 112
- Would you please let us know how did u set your DirectoryIndex directive. ?
- Not Sure : I am not sure if we can set directory index with virtual directory.
- Try to create a symlink to index.cfm to index.html and check if it works.
- Check if this helps you.Directory Indexbigunix.blogspot.com
Registered Linux User: #476440


Reply With Quote
