Codeigniter problem in Godaddy hosting
Sunday, July 27th, 2008Codeigniter problem in Godaddy hosting is related to URI acess methods. If your Codeigniter application works fine in the localhost but throws 404 page not found error in the godady server than you need to manipulate the codeigniter URI acess methods. This article will help you to know about the URI information, problem with URI acess method and solution to resolve this issues in server like Godady.
What is URI ?
URI is an acronym for Uniform Resource Indentifier. Its a group of characters that contains the information about the server location, resource and the types of protocol used by the website. Web browser handles the specified URI on the basis of response received after the operating system Parses the string and descides the appropriate application to handle it. (more…)


User Login and Authentication is one of the crucial issues to be addressed during the web application development. In order to address the security issues, a new practice for restriction on the multiple login with the same account ID has been developed. To implement this security tips, there are various standards developed. This article will help you to explore the various methods developed to restrict the multiple user login with the same account through PHP.






