How to confirm whether your website is working properly for everyone?
Last Updated on Monday, 21 January 2013 12:00 Written by Naveed Ashraf Monday, 21 January 2013 12:00
If you are not able to see your website, there could be other reasons instead of server down. There are so many methods to check that your website is up of not. I am here showing few of them:
1. Use a proxy service provider– for example use http://proxy.org/ or http://sitesurf.net/ and try opening your website via their form.
Learn MoreHow to Properly Configure web.config Connection String and Source
Last Updated on Saturday, 29 September 2012 01:50 Written by Rodolfo Hernandez Monday, 1 October 2012 12:00
Some of our users were facing connection problems after deploying their Asp application in our servers. This was due to the fact of a bad web.config configuration. In this article, I will give you a step by step guide on how to properly configure web.config to work with your ASP application.
Web.config file is the main configuration settings for a Web application in ASP.NET. The file is an XML document that defines configuration information regarding the web application. The web.config file contains information that control module loading, security settings, configurations session state, compile and the language of the application. Web.config files can also contain specific objects such as connection strings to the database.
First, let’s Initialize the file:
Learn MoreHow to Properly Make a Redirect in Elgg
Last Updated on Friday, 8 July 2011 11:34 Written by Rodolfo Hernandez Thursday, 30 June 2011 09:42
On a previous post I showed you a quick way to redirect your site. However this only works if your site was properly installed, like described in this post. In this article I will give you a step by step guide on how to properly redirect your elgg site from mydomain.com to www.mydomain.com. First, sign into elgg as an Admin and follow these steps:
Learn MoreHow to Properly Install Elgg From Your cPanel Using Softaculous
Last Updated on Friday, 8 July 2011 11:21 Written by Rodolfo Hernandez Wednesday, 27 April 2011 03:06
In this article I will show you an updated guide on how to properly install elgg with Softaculous.
Learn More
Recent Comments