| | |
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: 971
Reputation:
Solved Threads: 146
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 actionlistener android api applet application array arrays automation bi binary blackberry block bluetooth character class client code compile compiler component consumer database desktop developmenthelp eclipse error fractal freeze ftp functiontesting game gameprogramming givemetehcodez graphics gui health html ide image int integer j2me j2seprojects java javac javaee javaprojects jetbrains jni jpanel jtable julia learningresources lego linked linux list mac map method methods mobile netbeans nonstatic notdisplaying number online printf problem program project qt recursion researchinmotion rotatetext rsa scanner screen server set singleton sms sort sql string swing system textfields thread threads time title tree tutorial-sample update variablebinding windows working xor





