How to Replace Default the TomatoCart Icon
Last Updated on Saturday, 27 April 2013 09:24 Written by Jack Yin Saturday, 4 May 2013 12:00
How to replace the default TomatoCart icon with your own icon?
For the store front:
Learn MoreHow to Add Default Documents Using WebsitePanel
Last Updated on Thursday, 28 March 2013 08:44 Written by Anand Narayanaswamy Friday, 29 March 2013 12:00
Websites loads as per the default document file name set inside the server. These file names are added/modified using IIS. In a shared hosting scenario, access to IIS on the server is not allowed. However, WebsitePanel provides an ability to add default documents from within the interface. Moreover, you can also update and delete them.
Learn MoreHow 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 Change PHP Version via .htaccess File
Last Updated on Thursday, 14 February 2013 09:29 Written by Naveed Ashraf Thursday, 14 February 2013 12:00
On a server, there is possibility to have more than one compiled php version. If you wish to use a php version other than the default one, you can use the .httaccess file for this purpose.
If the default php version on a server is set to php 5, then by default, all domains will use php5. If a certain application installed on a domain runs only under php4, thenit is necessary that the domain uses php4
Open .htaccess by any suitable editor. Put the following code into it:
Server without suphp enabled
AddType application/x-httpd-php4 .php .htm .html
Server with suphp enabled
AddHandler application/x-httpd-php4 .php .htm .html
In the same way, you can enable other php versions if they are installed/compiled over the server.
Looking for quality web hosting? Look no further than Arvixe Web Hosting!
Learn MoreHow to Change the Language in WordPress
Last Updated on Thursday, 27 December 2012 12:00 Written by TJ Marsh Thursday, 27 December 2012 12:00
WordPress has one of the largest if not the largest communities in the world of CMS applications. This community has translated WordPress into many languages. You can easily change the default language of your installation.
To change the WordPress back and frontend language, open the wp-config.php file in your root folder. In it locate the following line:
Learn More
Recent Comments