 
    
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Change &#039;localhost&#039; to a Domain Name	</title>
	<atom:link href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Fri, 23 Mar 2012 11:14:06 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: admin		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-329</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 23 Mar 2012 11:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-329</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-328&quot;&gt;arlene&lt;/a&gt;.

I&#039;ve never done it but my understanding is this:
(1) you need a &lt;u&gt;static&lt;/u&gt; IP address. Your computer (which is acting as your web server) must always be connected to the Internet at the same address. Most Internet conection plans give you a dynamic IP address - it changes regularily. You will need to ask your Internet provider for a static IP address. This will probably cost extra.
(2) you need to point your domain name servers to your IP address. This way, when people type in &lt;u&gt;mycoolsite.com&lt;/u&gt; the name server points them to your computer&#039;s IP address on the Internet (now you see why you need a static IP address).
(3) you need to ensure that port 80 (http) is open (not blocked by a firewall). If you need to serve secure pages, then you also need to ensure port 443 (https) is also open. If you also need ftp access, then you have to ensure that ports 20 (data) and 21 (command) are open.
A quick search reveals that some companies (like this &lt;a href=&quot;http://www.no-ip.com/&quot; rel=&quot;nofollow&quot;&gt;one&lt;/a&gt;) claim to allow you to run a site on a dynamic IP address as though the IP address was static. &lt;strong&gt;NOTE: I have no experience with this company or others offering the same service, so I cannot evaluate how true their claims are). Proceed at your own risk.&lt;/strong&gt; From what I can see, they do this by having you prefix your site to a choice of domains they have (like &lt;u&gt;mycoolsite.no-ip.org&lt;/u&gt;, or &lt;u&gt;mycoolsite.servegame.com&lt;/u&gt;) andc with a bit of software magic, they redirect to your server (even if the IP address changes). I presume they are able to do this because you have to run some software on your server. I presume the software keeps their server informed of your IP address, so even if your IP address changes, they get updated about it.
You can see which ports are open on your computer by using GRC&#039;s &lt;a href=&quot;https://www.grc.com/x/ne.dll?bh0bkyd2&quot; rel=&quot;nofollow&quot;&gt;port scanner&lt;/a&gt;. Click on &lt;u&gt;Proceed&lt;/u&gt; then click on &lt;u&gt;All Service Ports&lt;/u&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-328">arlene</a>.</p>
<p>I&#8217;ve never done it but my understanding is this:<br />
(1) you need a <u>static</u> IP address. Your computer (which is acting as your web server) must always be connected to the Internet at the same address. Most Internet conection plans give you a dynamic IP address &#8211; it changes regularily. You will need to ask your Internet provider for a static IP address. This will probably cost extra.<br />
(2) you need to point your domain name servers to your IP address. This way, when people type in <u>mycoolsite.com</u> the name server points them to your computer&#8217;s IP address on the Internet (now you see why you need a static IP address).<br />
(3) you need to ensure that port 80 (http) is open (not blocked by a firewall). If you need to serve secure pages, then you also need to ensure port 443 (https) is also open. If you also need ftp access, then you have to ensure that ports 20 (data) and 21 (command) are open.<br />
A quick search reveals that some companies (like this <a href="http://www.no-ip.com/" rel="nofollow">one</a>) claim to allow you to run a site on a dynamic IP address as though the IP address was static. <strong>NOTE: I have no experience with this company or others offering the same service, so I cannot evaluate how true their claims are). Proceed at your own risk.</strong> From what I can see, they do this by having you prefix your site to a choice of domains they have (like <u>mycoolsite.no-ip.org</u>, or <u>mycoolsite.servegame.com</u>) andc with a bit of software magic, they redirect to your server (even if the IP address changes). I presume they are able to do this because you have to run some software on your server. I presume the software keeps their server informed of your IP address, so even if your IP address changes, they get updated about it.<br />
You can see which ports are open on your computer by using GRC&#8217;s <a href="https://www.grc.com/x/ne.dll?bh0bkyd2" rel="nofollow">port scanner</a>. Click on <u>Proceed</u> then click on <u>All Service Ports</u>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: arlene		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-328</link>

		<dc:creator><![CDATA[arlene]]></dc:creator>
		<pubDate>Fri, 23 Mar 2012 07:31:26 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-328</guid>

					<description><![CDATA[sir please teach me how to configure my database settings in order to connect in the internet.. thanks a lot...]]></description>
			<content:encoded><![CDATA[<p>sir please teach me how to configure my database settings in order to connect in the internet.. thanks a lot&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-327</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 22 Mar 2012 12:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-327</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-326&quot;&gt;kishore&lt;/a&gt;.

Sorry, I thought my response from March 17 would point you in the right direction.
You can definitely modify the &lt;u&gt;hosts&lt;/u&gt; file on the remote computer so that when you type in &lt;u&gt;mycoolsite.mine&lt;/u&gt; it redirects to the computer serving the site.
In this case, you would modify the &lt;u&gt;hosts&lt;/u&gt; file to point to the networked computer (you will have to find out the IP address of that computer).
You will also, probably, have to modify the &lt;u&gt;httpd-vhosts.conf&lt;/u&gt; on the server computer.
This is about as much as I can help because I don&#039;t have any networked computers.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-326">kishore</a>.</p>
<p>Sorry, I thought my response from March 17 would point you in the right direction.<br />
You can definitely modify the <u>hosts</u> file on the remote computer so that when you type in <u>mycoolsite.mine</u> it redirects to the computer serving the site.<br />
In this case, you would modify the <u>hosts</u> file to point to the networked computer (you will have to find out the IP address of that computer).<br />
You will also, probably, have to modify the <u>httpd-vhosts.conf</u> on the server computer.<br />
This is about as much as I can help because I don&#8217;t have any networked computers.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kishore		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-326</link>

		<dc:creator><![CDATA[kishore]]></dc:creator>
		<pubDate>Thu, 22 Mar 2012 09:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-326</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-318&quot;&gt;admin&lt;/a&gt;.

Hi,
  Can give me a answer for my question asked on 19 march]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-318">admin</a>.</p>
<p>Hi,<br />
  Can give me a answer for my question asked on 19 march</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kishore		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-325</link>

		<dc:creator><![CDATA[kishore]]></dc:creator>
		<pubDate>Mon, 19 Mar 2012 10:36:23 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-325</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-318&quot;&gt;admin&lt;/a&gt;.

hi,
 Is it possible to give the name to my ip. for using the name can we able to access my system from another system.
eg:
   my ip is 123.21.232.12 for this i wanna give a name like kishore.if i m trying to access my system application from another system we just mention the ip and port and application name there instead of ip i wanna use some name. Is it possible?
if possible tell me the answer please.
Thanks in advance]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-318">admin</a>.</p>
<p>hi,<br />
 Is it possible to give the name to my ip. for using the name can we able to access my system from another system.<br />
eg:<br />
   my ip is 123.21.232.12 for this i wanna give a name like kishore.if i m trying to access my system application from another system we just mention the ip and port and application name there instead of ip i wanna use some name. Is it possible?<br />
if possible tell me the answer please.<br />
Thanks in advance</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-324</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 19 Mar 2012 07:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-324</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-321&quot;&gt;kishore&lt;/a&gt;.

There is no problem in assigning a URL a domain name.
In the tutorial I map the website addressed by:
&lt;code&gt;localhost/joomla16&lt;/code&gt;
to &lt;code&gt;http://www.joomla.16&lt;/code&gt;
You have to enter the appropriate information in the &lt;u&gt;httpd-vhosts.conf&lt;/u&gt; file. See the section &lt;u&gt;Getting Apache to Serve Your Web Site&lt;/u&gt; (steps 6 to 10).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-321">kishore</a>.</p>
<p>There is no problem in assigning a URL a domain name.<br />
In the tutorial I map the website addressed by:<br />
<code>localhost/joomla16</code><br />
to <code>http://www.joomla.16</code><br />
You have to enter the appropriate information in the <u>httpd-vhosts.conf</u> file. See the section <u>Getting Apache to Serve Your Web Site</u> (steps 6 to 10).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-323</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 19 Mar 2012 07:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-323</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-322&quot;&gt;kishore&lt;/a&gt;.

I have never used Tomcat so I am not familiar with it. From what I&#039;ve read about it, Tomcat seems to be a different web server.
You change the domain name using the &lt;u&gt;hosts&lt;/u&gt; file on your computer. For example, adding the line:
&lt;code&gt;127.0.0.1     www.google.com&lt;/code&gt;
will cause all requests to www.google.com to be redirectd to your localhost server. But this is not enough. You need a localhost server in order to serve up web pages.
The web server can be  Apache, Tomcat, Microsoft IIS or something else. But you need to configure the web server as well. My instructions are for a system using Apache server (as bundled with XAMPP - XAMPP is just a prepackaged collection of Apache Server, MySQL database, PHP, pear, and some other utilities).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-322">kishore</a>.</p>
<p>I have never used Tomcat so I am not familiar with it. From what I&#8217;ve read about it, Tomcat seems to be a different web server.<br />
You change the domain name using the <u>hosts</u> file on your computer. For example, adding the line:<br />
<code>127.0.0.1     www.google.com</code><br />
will cause all requests to <a href="http://www.google.com" rel="nofollow ugc">http://www.google.com</a> to be redirectd to your localhost server. But this is not enough. You need a localhost server in order to serve up web pages.<br />
The web server can be  Apache, Tomcat, Microsoft IIS or something else. But you need to configure the web server as well. My instructions are for a system using Apache server (as bundled with XAMPP &#8211; XAMPP is just a prepackaged collection of Apache Server, MySQL database, PHP, pear, and some other utilities).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kishore		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-322</link>

		<dc:creator><![CDATA[kishore]]></dc:creator>
		<pubDate>Mon, 19 Mar 2012 07:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-322</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-318&quot;&gt;admin&lt;/a&gt;.

Hi,
 can we able change the domain name with out tomcat or xampp.
Thanks in advance]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-318">admin</a>.</p>
<p>Hi,<br />
 can we able change the domain name with out tomcat or xampp.<br />
Thanks in advance</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kishore		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-321</link>

		<dc:creator><![CDATA[kishore]]></dc:creator>
		<pubDate>Mon, 19 Mar 2012 05:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-321</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-318&quot;&gt;admin&lt;/a&gt;.

hi,
  I have a doubt. Can i give my ip and application included while i change my domain name e.g: 11.21.34.125:8080/apex like this can i give in the host name?
 Please help me in this
Thanks in advance]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-318">admin</a>.</p>
<p>hi,<br />
  I have a doubt. Can i give my ip and application included while i change my domain name e.g: 11.21.34.125:8080/apex like this can i give in the host name?<br />
 Please help me in this<br />
Thanks in advance</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-320</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 17 Mar 2012 17:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-320</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-319&quot;&gt;kishore&lt;/a&gt;.

Oops, sorry about that.
Perhaps these pages would be of use:
&lt;a href=&quot;http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html&quot; rel=&quot;nofollow&quot;&gt;URL Rewriting&lt;/a&gt;
&lt;a href=&quot;http://www.sitepoint.com/guide-url-rewriting/&quot; rel=&quot;nofollow&quot;&gt;mod_rewrite: A Beginner’s Guide to URL Rewriting Article&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-319">kishore</a>.</p>
<p>Oops, sorry about that.<br />
Perhaps these pages would be of use:<br />
<a href="http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html" rel="nofollow">URL Rewriting</a><br />
<a href="http://www.sitepoint.com/guide-url-rewriting/" rel="nofollow">mod_rewrite: A Beginner’s Guide to URL Rewriting Article</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kishore		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-319</link>

		<dc:creator><![CDATA[kishore]]></dc:creator>
		<pubDate>Sat, 17 Mar 2012 12:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-319</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-318&quot;&gt;admin&lt;/a&gt;.

actually i am trying to do url masking for this i m asking the doubt. thanks for your valuable suggestion.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-318">admin</a>.</p>
<p>actually i am trying to do url masking for this i m asking the doubt. thanks for your valuable suggestion.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: admin		</title>
		<link>https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-318</link>

		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 17 Mar 2012 10:51:46 +0000</pubDate>
		<guid isPermaLink="false">http://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name#comment-318</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-317&quot;&gt;kishore&lt;/a&gt;.

I&#039;ve never tried running Apache over a server, however, you might want to check out the following sites for additional information:
&lt;a href=&quot;http://www.webmasterworld.com/apache/3949190.htm&quot; rel=&quot;nofollow&quot;&gt;Can’t start Apache with mapped network drive&lt;/a&gt; – the solution seems to be to use UNC path instead of mapped drive.
&lt;a href=&quot;http://www.webmasterworld.com/forum92/1273.htm&quot; rel=&quot;nofollow&quot;&gt;Alias network drive Apache Server&lt;/a&gt; - the solution is the same as above, use a UNC path
&lt;a href=&quot;http://www.aschroder.com/2009/04/how-to-use-apache-virtual-hosts-over-a-local-network-with-mamp/&quot; rel=&quot;nofollow&quot;&gt;Using Apache over a Local Network&lt;/a&gt; – the solution provided here is to edit your hosts file to map domain names to IP addresses (in this case, the IP address of the Apache Server.
&lt;a href=&quot;http://stackoverflow.com/questions/5524116/accessing-localhost-xampp-from-another-computer-over-lan-network-how-to&quot; rel=&quot;nofollow&quot;&gt;Accessing XAMPP Over a Network&lt;/a&gt; – here they recommend checking that Apache is listening to port 80, not 127.0.0.1:80. This requires modifying the httpd configuration files.
&lt;a href=&quot;http://forums.devshed.com/apache-development-15/unable-to-connect-to-apache-over-lan-19297.html&quot; rel=&quot;nofollow&quot;&gt;Unable to connect Apache over LAN&lt;/a&gt; – some good network troubleshooting tips.
I hope these give you something to work with.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://complete-concrete-concise.com/web-tools/how-to-change-localhost-to-a-domain-name/#comment-317">kishore</a>.</p>
<p>I&#8217;ve never tried running Apache over a server, however, you might want to check out the following sites for additional information:<br />
<a href="http://www.webmasterworld.com/apache/3949190.htm" rel="nofollow">Can’t start Apache with mapped network drive</a> – the solution seems to be to use UNC path instead of mapped drive.<br />
<a href="http://www.webmasterworld.com/forum92/1273.htm" rel="nofollow">Alias network drive Apache Server</a> &#8211; the solution is the same as above, use a UNC path<br />
<a href="http://www.aschroder.com/2009/04/how-to-use-apache-virtual-hosts-over-a-local-network-with-mamp/" rel="nofollow">Using Apache over a Local Network</a> – the solution provided here is to edit your hosts file to map domain names to IP addresses (in this case, the IP address of the Apache Server.<br />
<a href="http://stackoverflow.com/questions/5524116/accessing-localhost-xampp-from-another-computer-over-lan-network-how-to" rel="nofollow">Accessing XAMPP Over a Network</a> – here they recommend checking that Apache is listening to port 80, not 127.0.0.1:80. This requires modifying the httpd configuration files.<br />
<a href="http://forums.devshed.com/apache-development-15/unable-to-connect-to-apache-over-lan-19297.html" rel="nofollow">Unable to connect Apache over LAN</a> – some good network troubleshooting tips.<br />
I hope these give you something to work with.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
