| | |
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: 972
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 |
2dgraphics account android api apple applet application arguments array arrays automation banking binary binarytree bluetooth chat chatprogramusingobjects class client code color component count database derby design eclipse eclipsedevelopment encryption error fractal game givemetehcodez graphics gridlayout gui homework html ide if_statement image integer interface j2me java javadesktopapplications javaprojects jlabel jni jpanel jtextfield julia keyword linux list macintosh map method methods midlethttpconnection mobile netbeans newbie nullpointerexception object open-source os problem producer program programming project projectideas property read recursion reference replaysolutions ria scanner search server set size sms sort sourcelabs splash sql sqlite stop string swing threads transforms tree ui unicode validation windows





