Showing posts with label version. Show all posts
Showing posts with label version. Show all posts

Monday, August 31, 2015

How to Change OWA Web Addresses (10 Steps)


Access the Windows desktop on the server hosting OWA.
Click 'Start,' click 'Run,' type 'inetmgr' (minus the quotes) into the Run dialog box and press 'Enter' to open IIS Manager on the Windows server. This method will work no matter which version of Windows server you are using.
Right-click the 'Sites' folder within IIS Manager and click 'Add Web Site.'
Type in the site name. This can be whatever you would like but should be easily recognizable to you. For example, 'Outlook Web Access' would clearly indicate the purpose of the site.
Click 'Select' next to the Application Pool dialog box.
Choose 'MSExchangeOWAAppPool' from the drop-down list and click 'OK.'
Browse to the physical path of OWA in the Physical Path box by clicking 'Browse.' Your OWA physical path is selected when initially installing Microsoft Exchange.
Choose 'https:' under the Type selection box. You can leave the IP address as 'All Unassigned,' and you can leave the port as 80. This is the default web port address.
Enter a host name. This is your new OWA URL, so choose carefully and do not neglect the 'www,' should you choose to have a 'www.'
Ensure that 'Start Web site immediately' is checked and press 'OK.'
VPS Hosting

Saturday, August 29, 2015

How to Create a Forum Website


Register a domain name for your website at a domain name registrar such as FreeHostia or GoDaddy (see Resources).
Buy a web hosting package to host your website online. Hosting is available from the domain name registrars listed above and many different sites. Buy a package that includes at least one MySQL database.
Download and extract the newest version of the phpBB Installation Package from its official website (see Resources).
Upload every file and folder you just downloaded into the same public location on your website (such as yoursite.com/forum).
Open a web browser and navigate to the 'install' folder of wherever you put phpBB. If you put it in yoursite.com/forum, go to yoursite.com/forum/install.
Click on the 'Install' tab and follow the on-screen instructions to install phpBB. If you get stuck, you can find detailed installation instructions in INSTALL.html and README.html, in the 'docs' folder.
Find extra add-ons for your forum and different visual styles from the phpBB website (see Resources).
Tell people to come to your site and start talking.
VPS Hosting

Wednesday, August 26, 2015

How to Install LiteSpeed on CentOS (10 Steps)


Unpack the compressed LiteSpeed installation software. At the Linux command line, type '# sudo tar -zxvf lsws-4.0.3-std-i386-linux.tar.gz' and press 'Enter.' Replace the numbers '4.0.3' with the current version number if you are using a newer update of LiteSpeed.
Enter the directory that contains the unpacked installation files. For this example using LiteSpeed version 4.0.3, type '# cd lsws-4.0.3' and press 'Enter.' Execute the installation file with the command '# sudo ./install.sh' and press 'Enter.'
Read the license agreement that is displayed on the screen. Press the 'Space' bar to scroll through each page. At the end of the text, type 'Yes' with a capital 'Y' and press 'Enter' to confirm the agreement.
VPS Hosting

Tuesday, August 25, 2015

How to Edit PHP.INI on iPage Web Hosting


Log in into your iPage account. Click on the 'Scripting and Add-Ons' hyperlink in your iPage control panel, and then click on the 'CGI and Scripted Language Support' link.
Click on the 'PHP Scripting' hyperlink in the CGI and Scripted Language Support menu. Set your PHP.INI file's version type. Select either 'PHP4' or 'PHP5' from the menu box in beneath the 'Select Default PHP Version' heading. Click 'Set.'
Edit the values next to each directive you'd like to alter in the PHP.INI file. For example, you'd set your maximum post data and upload size by editing the values next to the 'post_max_size=' and 'upload_max_filesize=' field.
Click on the 'Save' button to store your changes to the PHP.INI file.
VPS Hosting