Runtime Error Thrown as Accessing the Home Page
Last Updated on Tuesday, 22 January 2013 09:17 Written by Jack Yin Monday, 28 January 2013 12:00
Have you ever had the following problem:
An application error occurred on the server. The current custom error settings for this application prevented the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on local server machine.
To make the details of this specific error message view-able on remote machines, you will need to create a tag within a “web.config” configuration file located in the root directory of the current web application. This tag should then have its “mode” attribute set to “Off”.
This problem is caused by wrong setting for the category. The server is not set to recognize index.php as the default page and thus refuses to load it.
Learn MoreHow to Determine If a User is Accessing a Web Site Through a Mobile Device
Last Updated on Wednesday, 23 January 2013 12:51 Written by David Bauernschmidt Wednesday, 23 January 2013 12:00
With the explosion of smartphones, tablets and other handheld devices it is becoming more important than ever to determine what type of devices are being used to get to your data. Furthermore; hiring a development team to build the same application for Apple, Android, and Microsoft is almost only dedicated to companies that are very large or those companies that are willing to lose money until they hit it big. For the vast majority a solution is to develop a web application that fairly browser independent. This article is not designed to show you how to build a mobile application (this might come in a later blog) but rather provide you with the first step in this journey. This sample is to help in identifying whether a user is on your site by a mobile device or through a normal browser. I have pulled together different parts of the web to provide step by step instructions to do the following:
Learn MoreAccessing Elgg 1.8 When a Plugin Goes Bad
Last Updated on Saturday, 10 December 2011 09:24 Written by Rodolfo Hernandez Friday, 16 December 2011 12:00
Sometimes plugins can cause some sort of conflicts with other plugins that will not let you access your Elgg site at all. You can deactivate anything to get your site back. In this guide, I will show you how to get your site back after a plugin goes bad. Sign into your cPanel and follow these steps:
Learn MoreHow to Deny an IP From Accessing Your Website
Last Updated on Wednesday, 25 August 2010 05:11 Written by Arian Jahansouz Wednesday, 25 August 2010 05:11
This article will give you a step by step guide on how to deny an IP from accessing your website from your cPanel. Sign into your cPanel and follow these steps:
1) Scroll down to Security and click IP Deny Manager
Learn More
Recent Comments