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

Freitag, 26. Februar 2016

How to Get a Custom URL on TumblrIn Feburary 2016 26,

In Feburary 2016 26,
Purchase a domain name, if you don't already have one. You can purchase just a domain name (without other Web hosting) at sites like GoDaddy.com or 1and1.com. IWantMyName is a service that's designed to work with Tumblr when purchasing your domain. Domain names are purchased and renewed by the year.
Change your domain's A Record to '72.32.231.8' through your domain registrar. How this is done depends on the company you're working with. Check the documentation for further details.
Open the customization page for your Tumblr blog. You can access this at tumblr.com/customize or by going to your blog and clicking the 'Customize' button in the upper-right corner of the page.
Click 'Info' and select 'Use a Custom Domain Name.' Enter your domain name, i.e., yourdomain.com, in the text box. Click 'Save' to save the changes to your blog.
Test that your domain name is configured properly by going to tumblr.com/check_domain or clicking the 'Text Your Domain' link under 'Info.' Enter your URL and click 'Check.' If your domain is configured correctly, this page will tell you so.
In Feburary 2016 26,

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,

Freitag, 5. Februar 2016

How to Get to Your 2Wire Control PanelIn Feburary 2016 05,

In Feburary 2016 05,
Click the 'Start' menu and type 'CMD' into the run textbox. This textbox is located at the bottom the the Start menu.
Press the 'Enter' key to launch the command prompt.
Type 'Ipconfig' (without quotes) and press the 'Enter' key.
Locate the 'Internet Address' heading and record the IP address displayed. In newer Windows versions the IP address may be named 'IPv4 Address.'
Launch a web browser window. The browser software used is irrelevant to the completion of the task.
Type the IP address recorded earlier into the URL entry text box, as you would any standard URL, and press the 'Enter' key. This displays the Homepage of the modem in the browser. Use this menu to set all features and settings for the modem.
In Feburary 2016 05,