Showing posts with label folder. Show all posts
Showing posts with label folder. 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

Sunday, August 30, 2015

How to Restart GoDaddy Hosting in WordPress


Sign in to your GoDaddy Account Manager (see Resources).
Click 'Web Hosting,' and then click your account.
Click the 'File Manager.' Select the WordPress folder, and click 'Delete.'
Click the 'Hosting Control Center' link to return to the main Control Center page.
Click 'Install Apps,' then 'WordPress.' Click 'Install Now' and then continue with the wizard to create the new WordPress site, and thus resetting it.
VPS Hosting

Friday, August 28, 2015

How to Create a Login Web Page (13 Steps)


Navigate with your web browser to your web hosting account and log in to access your control panel. The example shown here is the cPanel X web site management tool.
Click the icon for 'Password Protect Directories.'
Locate the folder (directory) you want to password protect. Click on a 'folder ICON ' to go into that folder, click on folder 'NAME' to select it as the one to protect.
Click the 'check box' at the top to turn protection on, then enter a username and password on the set password screen, and click add/modify authorized user. You can also use this screen to change the password of an existing user or delete a user. Existing users are listed in the order they were added. The list is not alphabetical.
Exit your web host account and navigate to a web page in the directory with the password protection. A login box will prompt you for a username and password.
Enter the appropriate username and password combination, then click 'OK.' If the login is correct you will have access to the page. If the login is wrong, you will receive an Authorization Required error page.
VPS Hosting

Wednesday, August 26, 2015

How to Set Up a Filezilla FTP Server (5 Steps)


Download the Filezilla server application. While you may also want to download the client software, you will need the hosting software to set up your FTP server. A link to the download page can be found in the Resources section.
Run the Filezilla setup utility, FileZilla_Server-0_9_31.exe. You will have to agree to the license agreement before you can begin installation.
Select the standard installation type, and choose the folder you would like Filezilla to be installed to. You will next have to choose between automatically starting the program with Windows, or starting it manually. Starting the program with Windows is the recommended setting, and is marked as the default.
Set your start-up preferences for the server interface. By default, the server interface will start as soon as you log in. Press the 'Install' button, and click 'Close' when the installation has completed.
Run the Filezilla Server Interface. It will ask for your Port, which should by default be set to 14147, and the server address. Setting the server address to '127.0.0.1' will direct the computer to connect to itself. This will make the computer you are currently using the FTP server. Tick off the 'Always connect to this server' box, and click 'OK' to connect.
VPS Hosting

Tuesday, August 25, 2015

How to Track Image Hits With AWStats


Connect to your Web server by using either your Web host's file manager or a File Transfer Protocol (FTP) application.
Navigate to the directory that contains your AWStats installation. Most Web hosting companies install the program in an 'awstats' folder in the root directory of your Web server. If you cannot find such a directory, contact your Web hosting company to get the exact location of your AWStats installation.
Download the 'awstats.yourdomainname.conf' file in that directory, where 'yourdomainname' is the actual domain name of your Web site.
Right-click on your file once you have downloaded it to your hard drive, select 'Open with...' and click on 'Notepad.'
Copy-and-paste the following code at the end of the file:ExtraSectionName1='Image Hits'ExtraSectionCodeFilter1='200 304'ExtraSectionCondition1='URL,.(jpe?g|gif|png)$'ExtraSectionFirstColumnTitle1='Image'ExtraSectionFirstColumnValues1='URL,^(\/.*.(jpe?g|gif|png))$'ExtraSectionFirstColumnFormat1='http://www.yourdomainname.com%s' TARGET='_blank'>%s'ExtraSectionStatTypes1=HBLExtraSectionAddSumRow1=1MaxNbOfExtra1=100MinHitExtra1=1Replace 'yourdomainname' with the domain name of your website. Save the file by pressing CTRL and S at the same time on your keyboard.
Upload the saved file to your Web server, in the same folder where you downloaded the original file. Press 'Yes' when the program asks if you want to replace the original file. A new 'Image Hits' section will now appear in your AWStats interface.
VPS Hosting

How to Upload JPG Images (4 Steps)


Transfer the digital images you will be using by attaching your digital camera or flash drive via a USB connection. Using an image software program, move the digital photos onto the computer and into a photo file or other folder created to hold the new photos.
Open the photos using photo viewer or photo editing software. Save them as a new file with a different file name using the '.jpg' extension. This will convert them into JPEG files, and they can now be uploaded.
Open an account with an online photo hosting service. Set a user name and password which will allow you to access your account and will allow you to upload your photographs to your online storage area.
Use the photo hosting service's online interface to select the photos on your computer which you would like to upload to your online photo hosting account. Choose the size you would like them to be saved to and adjust any other settings. Upload the photos using the 'Upload' button and wait while the photos are transferred from your computer to the online storage area.
VPS Hosting

Monday, August 24, 2015

How to Create an IWAM User Account (7 Steps)


Click the Windows 'Start' button and select 'Run.' In the textbox, enter 'regedit' and press 'Enter.' This opens the Windows registry.
Navigate to the registry folder at 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp.'
Right-click the 'InetStp' directory and select 'New DWORD Value' from the menu.
Type 'DisableUserAccountRestore' in the key textbox and leave the default value. Press 'OK.'
Close the Windows registry window.
Click the Windows 'Start' button and select 'Run.' In the textbox, type 'cmd' and press 'Enter.'
Type 'iisreset' in the command prompt and press 'Enter.' This command resets the IIS server and automatically reestablishes the 'IWAM' and 'IUSR' accounts.
VPS Hosting

Saturday, August 22, 2015

How to Upload Files to a Web Server


Use FileZilla to upload your files to your web server (see Resources.) This is a free software program designed for beginners. Log into the console using the information provided by your web hosting provider (domain, account username, and password). When you log in, navigate to the folder on your computer containing your web files and then drag and drop the file to your web server. This software works on almost all platforms, including Windows, Mac OS X and Linux.
Manage your web server files using Ipswitch WS_FTP. This software, which contains advanced security features to protect your file transfers, is available for a fee (see Resources.) Establish your connection using your login details provided by your web hosting service, then view your files side by side---the local (computer) files show on the left and the web server files show on the right side. Click the 'Transfer' arrows to move files from your computer to the web server side. This software works on Windows systems.
Transfer files to your web server using SmartFTP. SmartFTP is a paid FTP software option but you can start uploading web server files free for 30 days to get the hang of the tool (see Resources.) After logging in with your account details (username and password,) you'll view a series of windows that contain your computer files and web server, and preview windows that show you what you're about to transfer before taking any action. Upload files to your web server by dragging and dropping them to the window pane containing your remote web files, or schedule a recurring transfer to occur automatically if you wish. This option is compatible with Windows operating systems.
VPS Hosting

Thursday, August 20, 2015

How to Upload a Website to GoDaddy


Open your FTP client and type in your GoDaddy hosting account username and password. If you want to avoid using a third-party FTP client, you can use the built-in GoDaddy FTP client; however, this is not recommended for large files. To access the GoDaddy FTP client, go to 'Hosting' under 'My Products.' Click 'Manage Account' by your hosting account. Under 'Content', click 'FTP Client.'
Navigate to the folder on your server where your new website files will be stored. In most circumstances, use the initial directory.
Go to the folder on your hard drive that contains your website’s HTML files.
Once you have successfully logged in to your server through the FTP client, drag and drop the files from your hard drive to the server. Make sure you have an index.html file; this is the initial page of your website that will be seen when someone types in your domain name. For example, www.yoursite.com/index.html is equivalent to www.yoursite.com.
Visit your domain name to see if the files uploaded correctly. Under most circumstances, your site should be live instantaneously. Refresh your browser if you do not see any changes.
Troubleshoot any problems that arise. Click on every link, particularly internal links, to see if they are working properly. If they are not working, go back to the raw HTML file and correct them as needed. All link and image paths should be relative to the domain and not paths on your computer. For instance, a header image might read file:///C|/my documents/photos/header1.jpg in the source code when it should read /images/header1.jpg or http://www.yoursite.com/images/header1.jpg.
Promote your new website!
VPS Hosting

How to Put an E


Download a free PDF converter software program to help turn your document into a PDF e-book format. Programs that contain this conversion feature include CutePDF Writer by Acro Software, doPDF by Softland or PrimoPDF by Nitro PDF (see Resources). Install the software on your hard drive.
Open the word processing document that you need converted to a PDF e-book format. Click the 'Print' option from the 'File' menu. Select your PDF converter software program from the 'Printer Name' drop-down box. Click 'OK' in the Print dialog box. Select a folder or computer directory location from the 'Save As' drop-down menu. Click 'Save' to have your e-book saved as a PDF document on your hard drive.
Open your Internet browser and go to your website hosting's administration page or control panel. Enter the appropriate username and password to log in.
Click on the File Manager or FTP section of your web hosting control panel. Highlight the appropriate 'index.html' folder or location to which you want your e-book uploaded by clicking once on its name.
Click on 'Upload' or the particular button used to add new files from your computer. Click the 'Browse' button to search for files on your computer. Find your e-book document file and double-click it to add it to the list of files to be uploaded to your website. Click the 'Finish' or 'Upload' button in your web hosting's file manager or FTP utility to have your e-book file sent to your web host's server.
Copy the full directory filename of the e-book you uploaded to your site. Click on the 'View' option for your e-book file in your site's control panel. Highlight and copy the full URL of the e-book. The e-book file's location, when uploaded to your site correctly, begins with 'http://' and end with '.pdf.'
Go to the main HTML portion of the website page to which you add text and images because this is the place where you want to add your e-book file. Paste the e-book URL into the appropriate spot in your web page. Save your changes when finished.
Test the uploaded e-book file on your website. Log out of your website control panel. Type in your site's URL into the Internet browser's address bar and press 'Enter.' Find the spot where you uploaded your e-book and click the PDF file. If uploaded correctly, and assuming your browser contains a PDF reader, a browser window opens and your e-book appears.
VPS Hosting