Editing Global Settings Part 2: Server Settings
Last Updated on Wednesday, 8 August 2012 11:10 Written by Stephanie Brown Wednesday, 8 August 2012 12:00
Read Part 1 here!
This article will focus on editing your site’s Server Settings. This category includes Ajax Browsing settings, logging and caching settings, as well as some security settings.
First you want to log into your phpFox Admincp. Once there, select Settings, then Manage Settings from the menu.
Learn MoreHow to Install TomatoCart on Your Arvixe Web Server
Last Updated on Thursday, 2 August 2012 01:10 Written by Jack Yin Thursday, 2 August 2012 12:00
Requirements
TomatoCart Open Source Shopping Cart can be installed on any PHP enabled web server that can connect to a MySQL database such as Arvixe.
- PHP
- MySQL Database Server
php
TomatoCart Opensource Shopping Cart is compatible with PHP 4 and PHP 5. For performance and security reasons, it is recommended to use the latest PHP 5 version on your web server. The following PHP options are recommended to be set in the php.ini configuration file:
What is Web Hosting
Last Updated on Friday, 27 July 2012 03:13 Written by Arian Jahansouz Friday, 27 July 2012 03:12
Today we will be looking at what web hosting is, how it works, and why people need it. We will also take a look at the hosting options that Arvixe offers, so you can decide which one is right for you!
What is web hosting?
Learn MoreHow to Find If an Extension Exists in the PHP Configuration Through Terminal
Last Updated on Thursday, 12 July 2012 09:44 Written by Richi González Thursday, 19 July 2012 12:00
Hello,
This article will show you how to search for functions inside the PHPinfo through a terminal or console. I will show you a simple line to execute that finds if a certain word is found in the PHP info. This is useful for searching for functions.
1. Open up a terminal or console.
2. Let’s say if you want to know if GD libraries are installed, you’d search for ‘gd’ with the code like this:
Learn MoreHow to Configure Web Server to Host Silverlight Applications
Last Updated on Friday, 29 June 2012 05:01 Written by Andrew Ivanov Saturday, 30 June 2012 12:00
Not only IIS web server can host Silverlight applications. Apache can host up Silverlight content too. Silverlight introduces two new file extensions (.xaml for loose XAML files and .xap for the zip-based binary packaging format). As a result, you need to add the MIME types for those file extensions to your web server so that it recognizes Silverlight content appropriately. Here are the MIME types you need to add to the server configuration:
| Extension | MIME Type |
| .xaml | application/xaml+xml |
| .xap | application/x-silverlight-app |


Recent Comments