Apache alias not working in Win32 example...
Status: Alpha
                
                Brought to you by:
                
                    openwereld
                    
                
            Hi John,
Nice project.  I'm just digging into it now.  Looks
like it fixes some of the shortcomings in Chameleon.
I installed the demo and found that the Apache aliases
weren't working.  I simply had to remove the trailing
forward-slash in the alias directive.
Example before:
Alias /mappingwidgets/demo/ "c:/program
files/mappingwidgets/demo/"
Example after:
Alias /mappingwidgets/demo "c:/program
files/mappingwidgets/demo/"
I'm running Windows XP SP2 and Apache 2.0.54.
Thanks,
John Aguinaldo
Logged In: YES
user_id=731699
Thank you, John. I will check it better also under Windows
next time.
Logged In: YES
user_id=731699
Fixed in next release.