On 29 Nov 2001, Farhan Ahmed wrote: |hi guys, | |i want to map a windows directory under linux so that |http://localhost/music would point to /mnt/windows/My Music .. | |I created an Alias directive under the commonhttpd.conf file but the |problem im facing is with the space in the name of the directory My |Music .. how do i represent the space?
enclose the location within quotes. "/mnt/windoze/My Music/" or better still ln -s "/mnt/windoze/My Music" /var/www/html/music Kingsly _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
