| | |
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 |
6 @param actuate android api applet application arc array arrays automation balls binary bluetooth bold business byte c++ chat class client code codesnippet collections compare component coordinates database defaultmethod detection doctype dragging ebook eclipse educational error file fractal froglogic game givemetehcodez graphics gui guitesting helpwithhomework hql html ide ideas image ingres input integer internet intersect invokingapacheantprogrammatically j2me java javaexcel javaprojects jni jpanel jtextarea julia linux list map method methods mobile mysql netbeans newbie nextline parameter php pong problem program programming project recursion recursive scanner sell server set sms sort sql string sun swing swt terminal threads tree web websites windows





