| | |
url case sensitive
![]() |
•
•
Join Date: Jun 2009
Posts: 13
Reputation:
Solved Threads: 0
hi frnds
http://localhost/project
using the above url iam running my project
how to run when i type my project in uppercase
like this url http://localhost/PROJECT
http://localhost/project
using the above url iam running my project
how to run when i type my project in uppercase
like this url http://localhost/PROJECT
•
•
Join Date: Apr 2008
Posts: 964
Reputation:
Solved Threads: 143
URLs are case-sensitive, so do you want to change http://localhost/PROJECT into http://localhost/project ?
If so, the toLowerCase method in the String class will do it:
"http://localhost/PROJECT".toLowerCase();
If so, the toLowerCase method in the String class will do it:
"http://localhost/PROJECT".toLowerCase();
![]() |
Similar Threads
- Case insensitive vs case sensitive urls (Linux Servers and Apache)
- Are search engine's case sensitive? (Search Engine Optimization)
- website designed using PHP is case sensitive (Site Layout and Usability)
- Xml Case Sensitive (VB.NET)
- Is Select Case statement case sensitive in VB6? (Visual Basic 4 / 5 / 6)
Other Threads in the Java Forum
- Previous Thread: nullPointerException
- Next Thread: can't install JFreechart
| Thread Tools | Search this Thread |
-xlint add android api applet application array automation bank bi binary blackberry block bluetooth class client code compile compiler component database developmenthelp dice eclipse equation error event fractal functiontesting game gameprogramming givemetehcodez graphics gui health html hyper ide idea image infinite int j2me j2seprojects java javac javame javaprojects jetbrains jni jpanel jtable julia learningresources lego linux mac main map method mobile myregfun netbeans notdisplaying number online openjavafx pearl problem program project qt scanner screen scrollbar server set singleton sms sort sorting spamblocker sql sqlserver storm string superclass swing system textfields thread threads time title tree tutorial-sample update variablebinding windows xor





