A symlink for this won't work out well if you do development on Mac and/or
Windows, since they default to using case-insensitive/case-folding
filesystems. This gets doubly annoying if you are using git, since it is
case-sensitive, even if the underlying filesystem is not.

~Ryan

On Sun, 31 May 2015 at 13:51 Eiríkur <eirikur.hallgrims...@gmail.com> wrote:

> This is a good use case for a symbolic link in the file system.
>
> On Saturday, May 30, 2015 at 5:42:16 PM UTC-4, dan krutz wrote:
>>
>> I have a plain old html file within a static directory running under
>> public. When a user hits server.com/caa/ I'd like to serve up the static
>> html page. However, if they user also goes to server.com/CAA/ I'd like
>> them to go to the same directory, so case sensitivity should not matter.
>> Right now, when the user enters in a capital "CAA" they visit a different
>> folder than a lowercase "caa" ... I'd like this not to be the case.
>>
>> Can anyone tell me where I can fix this inside node? I am a node newbie.
>>
>> Thanks all.
>>
>  --
> Job board: http://jobs.nodejs.org/
> New group rules:
> https://gist.github.com/othiym23/9886289#file-moderation-policy-md
> Old group rules:
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> ---
> You received this message because you are subscribed to the Google Groups
> "nodejs" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to nodejs+unsubscr...@googlegroups.com.
> To post to this group, send email to nodejs@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/nodejs/f25dadff-0550-4b01-83ca-7952786be33e%40googlegroups.com
> <https://groups.google.com/d/msgid/nodejs/f25dadff-0550-4b01-83ca-7952786be33e%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
To post to this group, send email to nodejs@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/CAGjmZGw1eFcoiYLXAdynytckOEkE3YkcTD1Zk%2B8OG_v2Cyiitw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to