How to Change the Website Control Panel Logo on Your VPS
Last Updated on Friday, 29 March 2013 09:43 Written by Khaleel Demeri Saturday, 30 March 2013 12:00
This post is about changing the logo image of your control panel. This way you can have your own logo showing for your users.
Note: This post is applicable for VPSClass ASP, and ASP dedicated servers.
It is really simple.
Learn MoreHow to Change the Language in Joomla 3.0
Last Updated on Thursday, 28 March 2013 08:42 Written by Milton Parada Friday, 29 March 2013 12:00
In this article I will give you a step by step guide on how to change the display language for the Admin backend and website language
1. Log into Joomla Administration
2. On the top bar menu, click on “Extensions -> Language Manager”:
How to Change the PHP Version on Linux/cPanel Hosting
Last Updated on Sunday, 3 March 2013 08:01 Written by Khaleel Demeri Sunday, 3 March 2013 12:00
By default, our Linux accounts makes use of PHP 5.2 as not all scripts are compatible with higher PHP versions, However, If you wish to use a php version other than the default one then this blog was made for you.
To change php version for your account, you have two options:
1) You can change it using your .htaccess file.
For this, please see http://blog.arvixe.com/how-to-use-php-5-3-on-linux-hosting/
Note: This can be done for just one domain or for the whole account.
Learn MoremojoPortal Tips: How Can I Test Changes to My mojoPortal Site?
Last Updated on Friday, 15 February 2013 07:02 Written by Carole Bennett Friday, 15 February 2013 12:00
When working with an open-source CMS (content management system) like mojoPortal, it’s a joy to be able to access functionality to configure your mojoPortal-based solution to the specific needs of your clientele. However, when it comes time to update the site to incorporate the latest features and enhancements for mojoPortal, it can be a bit scary to test changes that may break your customizations. We’ll review a simple technique today that’ll allow you to test your current site’s configuration, without causing “live site” breaks.
First, we’ll define the prerequisites needed for testing: a local version of your database of choice (default is MSSQL, which is what we’ll cover today), and a localhost version of your current site (either leveraging IIS, or Visual Studio – it’s easy to download a copy of Visual Studio Express, or with a little bit of initiative, sign up for one of the programs that will allow you access to a free copy of Visual Studio Developer Edition).
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 More

Recent Comments