Silverstripe _config.php Cheatsheet
Last Updated on Thursday, 18 April 2013 09:42 Written by Teet Bergmann Friday, 19 April 2013 12:00
Here are some of most used lines in _config.php:
Learn MoreHow to Make Multilanguage Pages in SilverStripe
Last Updated on Monday, 1 April 2013 05:23 Written by Teet Bergmann Wednesday, 3 April 2013 12:00
- Make site translatable. go to mysite/_config.php and add lines:
SocialEngine & NGINX Integration
Last Updated on Tuesday, 12 March 2013 07:52 Written by Andrew Cross Friday, 15 March 2013 12:00
Do you have a dedicated Server? Would you like Social Engine to be faster? Why not install NGINX follow this Guide to integrate SocialEngine 4 + NGINX + FastCGI PHP5 + CentOS 5.4
Migrating your SocialEngine install from APACHE to NGINX
Packages provided by integration4us.com
Step # 1: Enable EPEL repo
NGINX is not included in the base system. Turn on
EPEL repo to install NGINX stable release:
How to Set the Default Page in web.config
Last Updated on Saturday, 16 February 2013 11:36 Written by David Bauernschmidt Saturday, 16 February 2013 12:00
On most hosted sites the vendor does not allow you to directly make changes to IIS, instead they normally give you some sort of control panel or user interface to do all that you need. The down side is that you normally have to go to each tab or screen make the change and then wait or restart IIS to see the changes. Although this is fine in most cases there are times when you constantly make the same changes to each site you deploy. Until IIS 7 you were hard pressed to do anything other than contact provider to make the changes for you.
Along came IIS 7 with the distributed configuration options. This allows you to make changes to the server without having permission to directly effect IIS. If you put these settings into a web.config file that runs on something less than IIS 7 the server will ignore these setting so you will be fine.
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 More
Recent Comments