Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
naashar #1
Case sensitivity
I feel silly posting this basic question but I don't know where to post this.
Most websites handle case-sensitivity when the user
manually types in the URL. But that?s not always the situation. Try to open
these links.
[L=http://www.ed2go.com/pgcc/]http://www.ed2go.com/pgcc/[/L]
[br]
[L=http://www.ed2go.com/PGCC/]http://www.ed2go.com/PGCC/[/L]
In contrast something like the following will take you to the same site.
[url]www.adobe.com[/url]
[url]www.ADOBE.COM[/url]
[url]www.aDoBe.com[/url]
Even mispellings can sometimes lead you to the same site.
But I'll keep the topic on case-sensitivity.
Does anyone know how most sites handle case-sensitivity.
I know you can create redirects using javascript but I'm sure there is
another way, I'm sure.
Thanks Much
Harold
naashar Guest
-
Sandboxes and case-sensitivity
Sandbox security is ran through the JVM, and JAVA is case sensitive. So more and likely there will not be a fix for it. It has been this way since... -
INSTR function and case sensitivity
I am using the INSTR function to do a match on a text field that collects form data with the same field in my database. It isn't finding a match if... -
#23026 [Com]: Make Zend case-sensitive (classes, functions, remove case-insensitive)
ID: 23026 Comment by: nvivo at mandic dot com dot br Reported By: mfischer@php.net Status: Open Bug Type: ... -
retrieve HTTP_HOST with case-sensitivity (as entered on the client)?
This doesn't seem like it should be *that* difficult, but after quite some time trying to figure it out, I'm still banging my head against the... -
case-sensitivity (ASP VB)
My database is case-sensitive, so when a user inputs geg instead of GEG, it doesn't recognize. I tried putting LIKE instead of = in the SQL, but that... -
Rick v H #2
Re: Case sensitivity
you are comparing a domain name to a foldername
just try this:
[url]http://www.ed2go.com/pgcc/[/url]
[url]http://www.ED2go.com/pgcc/[/url]
[url]http://www.ED2GO.com/pgcc/[/url]
[url]http://www.ed2GO.com/pgcc/[/url]
all the links will result in the same page
on nearly every non-windows server the files and directories are case
sensitive, i know there are a few ways to fix this but i can't find a descent
link right now
but if you want this fixed you should look at your host, or create a 404
script that will automatically redirect to the page with everything lowercase
Rick v H Guest



Reply With Quote

