| | |
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: 965
Reputation:
Solved Threads: 144
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 |
911 actionlistener addball addressbook android api applet application array automation binary block bluetooth button character class client code compile component consumer css csv database desktop developmenthelp eclipse ee error fractal ftp game gameprogramming givemetehcodez graphics gui html ide image j2me j2seprojects japplet java javaarraylist javac javaee javaprojects jni jpanel julia jvm lego linked linux loan mac map method mobile netbeans notdisplaying number objects online oriented phone printf problem program programming project projects recursion replaydirector reporting researchinmotion rotatetext rsa scanner se server service set singleton sms software sort sql swing system test textfields threads time title tree tutorial-sample ubuntu update windows





