Posts mit dem Label field werden angezeigt. Alle Posts anzeigen
Posts mit dem Label field werden angezeigt. Alle Posts anzeigen

Sonntag, 28. Februar 2016

How to Redirect Mask With HostGatorIn Feburary 2016 28,

In Feburary 2016 28,
Navigate to the free Web Start Help masked forward-code generator endorsed by HostGator (see Resources).
Scroll down to the second section titled 'How do I create a masked forward? (frames).'
Type the title you want to appear at the top of your Web browser when someone visits your domain in the first field.
Type the full URL of the website where you want to redirect the domain in the second field. For example, if you want 'siteA.com' to redirect to 'siteB.com,' enter 'http://www.siteB.com' in the second field.
Click the submit button to generate the HTML code.
Launch Notepad from the 'Start' menu.
Copy and paste the HTML code generated earlier into the Notepad window.
Click 'File' and 'Save As.'
Type 'index.html' without the quotes for the file name and choose 'All files' for the file type. Choose the desktop for the save location. Click the 'Save' button.
Log in to your HostGator hosting account.
Click the 'File Manager' icon in the 'Files' section of the cPanel.
Select the site you wish to redirect from the 'Document root for' drop-down menu. This would be 'siteA.com' if you want to redirect from 'siteA.com' to 'siteB.com.' Click the 'Go' button.
Click the 'Upload' icon at the top of the screen.
Check the box beside 'Overwrite existing files' below the file upload fields.
Click the 'Browse' button and select the 'index.html' file from the desktop. Click the 'Open' button to upload the file and put the redirect mask in place.
In Feburary 2016 28,

Donnerstag, 18. Februar 2016

How to Set up Embarqmail on a DroidIn Feburary 2016 18,

In Feburary 2016 18,
Open the Email application on your Droid.
Type your full email address, including the '@embarqmail.com,' into the Email Address field, and then type the password for your email account in the Password field.
Tap the 'Manual Setup' button, and then tap 'POP3.'
Enter your full email address in the Username field, set the POP3 Server field to 'pop.embarqmail.com' and set the Port field to '110.' Ensure the Security Type drop-down box is set to 'None,' and then tap 'Next.'
Set the SMTP Server field to 'smtp.embarqmail.com,' set the Port field to '587' and set the Security Type drop-down box to 'None.' Check the Require Sign-in check box, and then tap 'Next.'
Change the Email Checking Frequency drop-down box to reflect how often you want your Droid to check for new email, tap 'Next' and then tap 'Done.'
In Feburary 2016 18,

Sonntag, 7. Februar 2016

How to Set Up a CNAME With GoDaddyIn Feburary 2016 07,

In Feburary 2016 07,
Log in to the GoDaddy site and launch the domain editor. Locate your domain and select the option to edit the DNS Zone File. Choose 'Add Record' and select a 'CNAME (Alias)' record. Type the name of the subdomain in the Host field, and type the IP address of the subdomain, or '@' if it's the same as the primary domain, in the Points To field. Accept the default TTL value and select 'Finish.' It can take up to 24 hours for the CNAME to propagate to all DNS servers around the world.
Create a Virtual Host
When you add a CNAME to a domain, it means that users can address traffic to that subdomain and that DNS servers will route the traffic to your Web server. However, you must tell the Web server what to do with the traffic that arrives for the subdomain, or it will resolve the default location for traffic with an unknown destination. You can do this by creating a virtual host for the subdomain. For example, in Apache, use the ServerName directive to provide the subdomain name and the DocumentRoot directive to provide the location of the code for the subdomain:
ServerName mail.example.com
DocumentRoot /var/www/example-mail/html
ErrorLog /var/log/apache2/exm-error.log
CustomLog /var/log/apache2/exm-access.log combined
In Feburary 2016 07,

Montag, 1. Februar 2016

How to Remove Blogspot from a URLIn Feburary 2016 01,

In Feburary 2016 01,
Sign in to your blog account, and click the 'Design' link in the upper right corner of the page. Click the 'Settings' tab, and click the 'Publishing' link.
Click the 'Custom Domain' link to proceed to the 'Publish on a custom domain' page.
Type the address you want for your blog in the blank field, and select an extension from the drop-down list.
Click the 'Check availability' button. If the domain name is available, click the 'Continue to registration' button to proceed. Pay the $10 registration fee with a credit or debit card. Note that it may take up to three days before the new domain is effective.
Use an Existing Domain Name
Purchase a domain name from a domain services provider, such as Godaddy, 1&1 or Hover (see Resources). Proceed to the 'Publish on a custom domain' page in your blogger account.
Click the 'Switch to advanced settings' link. Enter your domain name in the blank field.
Type the letters provided for verification in the 'Word verification' field. Click the 'Save settings' button to complete the process.
In Feburary 2016 01,