Ever just wonder about or need your public IP address, but your were not sure how and where to find it?
Enter Google Search
To find your public IP address follow these simple steps:
- Visit Google Search at www.google.com
- Search for the phrase “my ip”
That’s It!
Your public IP address will be display in bold type above the search results (beginning with the phrase “Your public IP address is“). This is just one of the many hidden uses of the Google Search box.
I must concede that there are a number of ways, outside of Google Search, to find your public IP address. I just thought the familiarity with Google might make this the easier for someone.
It’s is considered good practice, for both SEO and users, to have your website resolve to one URL. Technically speaking www.domain.com is a subdomain of domain.com. Users often type www. prior to the domain in the address bar. So to keep that formality consistent with your users you can redirect the traffic on domain.com to www.domain.com.
The .htaccess file is commonly used to redirect traffic and search engines to pages that have been moved or when an entire site moves to a new domain. Developers will commonly include comments in code to instruct what the next snippet of code will do. This commenting standard helps for projects that are managed by a team or may be transitioned to another developer.