problem with add alias
Posted by: bann3rb0y (---.net.novis.pt)
Date: August 08, 2006 02:01AM

hi!

I got a problem when i add a new alias directory, the script always said "the directory doesn't exist".
The destination of my alias is "d:/João Gonçalves/...".
The problem, i thing, is in the especial characters like "ã" and "ç". Apache don't regonize this characters and i don't know why sad smiley

Can anyone help me...


Options: ReplyQuote
Re: problem with add alias
Posted by: bann3rb0y (---.net.novis.pt)
Date: August 08, 2006 02:05AM


bann3rb0y wrote:


> The problem, i thing, is in the especial characters like "ã"

especial is special in english

sorry for my bad english!!!

Options: ReplyQuote
Re: problem with add alias
Posted by: doctorg (---.asianet.co.th)
Date: August 08, 2006 03:20AM

You are right actually DOS does not see those characters...Keep it simple English in the root....

Options: ReplyQuote
Re: problem with add alias
Posted by: bann3rb0y (---.net.novis.pt)
Date: August 08, 2006 04:05AM

You are rigth, DOS does not regonize those characters, perhaps i will change the name for normal characters, but tell me something:
I changed manual in httpd.conf, added this line:

Include "D:/wamp/apache2/conf/alias/teste.conf"

and create a file teste.conf in alias directory with this code:

Alias /teste/ "d:/João Gonçalves/"

<Directory "d:/João Gonçalves/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
Allow from all
</Directory>

but still the Apache didn't start, and don't thing APACHE use DOS to start, then the problem is not DOS sad smiley

Options: ReplyQuote


Sorry, only registered users may post in this forum.