<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Tag: change</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Tag: change</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 02:30:39 +0000</pubDate>

<item>
<title>addinall on "Moving Server"</title>
<link>http://wordpress.org/support/topic/334704#post-1291044</link>
<pubDate>Mon, 23 Nov 2009 15:07:43 +0000</pubDate>
<dc:creator>addinall</dc:creator>
<guid isPermaLink="false">1291044@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks MichealH.&#60;/p&#62;
&#60;p&#62;I got everything to work except one arbitory text widget that refused to display for some reason.  I found it in the database, copied the HTML out of the record, then I re-added the widget to the right-bar and it worked???  I will compare the working one with the none working one.  I have a feeling I may have lost or added a charecter on the transfers.&#60;/p&#62;
&#60;p&#62;I changed all the perma links to localhost.  This will work when I send it back up to a live server. Same as Chameleon, JOOMLA! or Drupal.  Not sure why arbitary literals where used in the database.&#60;/p&#62;
&#60;p&#62;But, all fixed now.  Pretty smooth sailing compared to Drupal!  ;-)&#60;br /&#62;
(That's why I wrote Chameleon ;-))&#60;/p&#62;
&#60;p&#62;Now, to play with the CSS!....
&#60;/p&#62;</description>
</item>
<item>
<title>addinall on "Moving Server"</title>
<link>http://wordpress.org/support/topic/334704#post-1290974</link>
<pubDate>Mon, 23 Nov 2009 14:11:29 +0000</pubDate>
<dc:creator>addinall</dc:creator>
<guid isPermaLink="false">1290974@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Fixed the password using SQL.  Ta.
&#60;/p&#62;</description>
</item>
<item>
<title>MichaelH on "Moving Server"</title>
<link>http://wordpress.org/support/topic/334704#post-1290973</link>
<pubDate>Mon, 23 Nov 2009 14:10:48 +0000</pubDate>
<dc:creator>MichaelH</dc:creator>
<guid isPermaLink="false">1290973@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Q1. look at &#60;a href=&#34;http://codex.wordpress.org/Moving_WordPress&#34;&#62;Moving WordPress&#60;/a&#62; and use &#60;a href=&#34;http://wordpress.org/extend/plugins/search-and-replace/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/search-and-replace/&#60;/a&#62; to replace references to old domain with new domain&#60;/p&#62;
&#60;p&#62;Q2. See &#60;a href=&#34;http://codex.wordpress.org/Resetting_Your_Password&#34;&#62;Resetting Your Password&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Q3. That's one good way to do it.  Also could install WordPress in a subfolder on your live server so access at mydomain.com/blog. Then when ready to go live and to make WordPress available at &#60;a href=&#34;http://mydomain.com&#34; rel=&#34;nofollow&#34;&#62;http://mydomain.com&#60;/a&#62; just change in Settings-&#38;gt;General, the Blog address (URL) to &#60;a href=&#34;http://mydomain.com&#34; rel=&#34;nofollow&#34;&#62;http://mydomain.com&#60;/a&#62; and put this index.php file in your web-root folder (it is the same folder that contains the blog folder)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/* Short and sweet */
define(&#38;#39;WP_USE_THEMES&#38;#39;, true);
require(&#38;#39;./blog/wp-blog-header.php&#38;#39;);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then update your permalinks in Settings-&#38;gt;Permalinks. for example, then put
&#60;/p&#62;</description>
</item>
<item>
<title>addinall on "Moving Server"</title>
<link>http://wordpress.org/support/topic/334704#post-1290933</link>
<pubDate>Mon, 23 Nov 2009 12:56:51 +0000</pubDate>
<dc:creator>addinall</dc:creator>
<guid isPermaLink="false">1290933@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi, new here.  I haven't used Wordpress before, but have written my own CMS (Chameleon) and used JOOMLA! and Drupal over the years.  Used lots of PHP and mySQL, and I know to RTFM!  I just did a major search for this issue but can't seem to resolve it myself.&#60;/p&#62;
&#60;p&#62;I just inherited a partly finished Wordpress site.  The origional programmer got bored and went on holiday.  So...&#60;/p&#62;
&#60;p&#62;I downloaded Wordpress on one of my Windows development machines.  Work like a charm.  &#60;/p&#62;
&#60;p&#62;I went over to the current site and zipped up the entire public www area so as not to miss anything.  Unpacked it under my WAMP document root.&#60;/p&#62;
&#60;p&#62;Changed the config.php file to reflect my database user, password, domain etc.&#60;/p&#62;
&#60;p&#62;Used phpMyAdmin on the current site and did a full SQL export.&#60;/p&#62;
&#60;p&#62;I imported it as is and it failed all over the place, so I figured the URLs were wrong.  After a bit of a search I found out that locations are stored in the database as literals, rather than using PHP constants and the like.&#60;/p&#62;
&#60;p&#62;So, I opened the SQL dump with vi() and....&#60;/p&#62;
&#60;p&#62;:%s/theolddomain.com/localhost\/wp/g&#60;/p&#62;
&#60;p&#62;223 substitutions.&#60;/p&#62;
&#60;p&#62;Now it ALMOST works.  The index page comes up correctly (without images, I can probably figure that out).  One of the links on the page points to what-now  from a built link on the index page.&#60;/p&#62;
&#60;p&#62;On the old (and still working site) I position the cursor over the link and reports (the browser) that the jump is going to be to&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://theolddomain.com/what-now/&#34; rel=&#34;nofollow&#34;&#62;http://theolddomain.com/what-now/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;On the WAMP server, doing the same thing reports:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://localhost/wp/what-now&#34; rel=&#34;nofollow&#34;&#62;http://localhost/wp/what-now&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;On the WAMP server, selecting this gives me a URL not found error.  Strangely enough, because it doesn't exist.  It doesn't exist on the working site either, so back into the database with vi() and I find&#60;/p&#62;
&#60;p&#62; 'what-now', '', '', '2009-11-07 22:17:29', '2009-11-07 12:17:29', '', 0, 'http://localhost/wp/?p=71', 0, 'post', '', 0),&#60;/p&#62;
&#60;p&#62;As it turns out, this data rows has the id of 71 and it contains the content that should be being displayed.&#60;/p&#62;
&#60;p&#62;As part of a row record, so I figure that the _REQUEST ?p=71 means something to Wordpress that I haven't got right.&#60;/p&#62;
&#60;p&#62;Any ideas on how to get this to work?  I just came to a screeching HALT!&#60;/p&#62;
&#60;p&#62;Q2.  How do I reset a Wordpress admin password?  It was never written anywhere.&#60;/p&#62;
&#60;p&#62;Q3.  General question, I'll look for it on this site.  But is it common for Wordpress developers to code on a development machine then publish up to a live server?  This seems to be an awful lot of work to change machines/domains.  Am I missing something VERY BASIC?  ;-)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Mark.
&#60;/p&#62;</description>
</item>
<item>
<title>cais on "When I Bookmark My Blog, it Saves as "Home" Instead of my Site Name?"</title>
<link>http://wordpress.org/support/topic/330951#post-1289707</link>
<pubDate>Sun, 22 Nov 2009 02:12:09 +0000</pubDate>
<dc:creator>cais</dc:creator>
<guid isPermaLink="false">1289707@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Perhaps a link to your blog will shed some additional details ...
&#60;/p&#62;</description>
</item>
<item>
<title>benedetta on "changing URL!! Please help!"</title>
<link>http://wordpress.org/support/topic/333854#post-1289178</link>
<pubDate>Sat, 21 Nov 2009 15:19:27 +0000</pubDate>
<dc:creator>benedetta</dc:creator>
<guid isPermaLink="false">1289178@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thank you! you've been really helpful. Fortunately the website and log-in page were still working after the URL change, as it was re-directing it automatically to the new URL... so I was still able to log-in. I logged in as usual and changed the WordPress address (URL) and theBlog address (URL) to the new address to avoid confusion and it worked out.
&#60;/p&#62;</description>
</item>
<item>
<title>cstina on "When I Bookmark My Blog, it Saves as "Home" Instead of my Site Name?"</title>
<link>http://wordpress.org/support/topic/330951#post-1289132</link>
<pubDate>Sat, 21 Nov 2009 13:48:51 +0000</pubDate>
<dc:creator>cstina</dc:creator>
<guid isPermaLink="false">1289132@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Okay, I'm getting somewhere!&#60;/p&#62;
&#60;p&#62;I did what you said above.&#60;/p&#62;
&#60;p&#62;1) Replaced the &#38;lt;title&#38;gt; tags in the header.php with this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;title&#38;gt;&#38;lt;?php
  if ( is_single() ) { single_post_title(); _e(&#38;#39; &#124; &#38;#39;); bloginfo(&#38;#39;name&#38;#39;);}
  elseif ( is_home() &#124;&#124; is_front_page() ) { bloginfo(&#38;#39;name&#38;#39;); _e(&#38;#39; &#124; &#38;#39;); bloginfo(&#38;#39;description&#38;#39;); get_page_number(); }
  elseif ( is_page() ) { single_post_title(&#38;#39;&#38;#39;); _e(&#38;#39; &#124; &#38;#39;); bloginfo(&#38;#39;name&#38;#39;); }
  elseif ( is_search() ) { bloginfo(&#38;#39;name&#38;#39;); print __(&#38;#39; &#124; Search results for &#38;#39;) . wp_specialchars($s); get_page_number(); }
  elseif ( is_404() ) { bloginfo(&#38;#39;name&#38;#39;); _e(&#38;#39; &#124; Not Found&#38;#39;); }
  else { bloginfo(&#38;#39;name&#38;#39;); wp_title(__(&#38;#39; &#124; &#38;#39;)); get_page_number(); }
?&#38;gt;&#38;lt;/title&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Added the following to functions.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Get the page number
function get_page_number() {
    if ( get_query_var(&#38;#39;paged&#38;#39;) ) {
        print &#38;#39; &#124; &#38;#39; . __( &#38;#39;Page &#38;#39;) . get_query_var(&#38;#39;paged&#38;#39;);
    }
}
// end get_page_number&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Result?&#60;/p&#62;
&#60;p&#62;All of my Pages and Posts *are* Bookmarking correctly now. THANK YOU!&#60;/p&#62;
&#60;p&#62;However, my main page at &#34;mydomain.com&#34; is still bookmarking as &#34;Home&#34; - and I do not have a single Page/Post or anything indicated in my Blog Name or Tagline (in General &#38;gt; Settings) as &#34;Home.&#34;&#60;/p&#62;
&#60;p&#62;I cannot figure out where the &#34;Home&#34; Bookmark name is coming from.&#60;/p&#62;
&#60;p&#62;Ideas?&#60;/p&#62;
&#60;p&#62;Ty so much.
&#60;/p&#62;</description>
</item>
<item>
<title>buddha trance on "changing URL!! Please help!"</title>
<link>http://wordpress.org/support/topic/333854#post-1288371</link>
<pubDate>Fri, 20 Nov 2009 18:26:43 +0000</pubDate>
<dc:creator>buddha trance</dc:creator>
<guid isPermaLink="false">1288371@http://wordpress.org/support/</guid>
<description>&#60;p&#62;A small example:&#60;/p&#62;
&#60;p&#62;currently in your admin settings, you have&#60;/p&#62;
&#60;p&#62;WordPress address (URL): test.url&#60;br /&#62;
Blog address (URL): test.url&#60;/p&#62;
&#60;p&#62;(assuming that your blog is in the root directory)&#60;/p&#62;
&#60;p&#62;if you are locked out from your blog, after the server gives you the new url, you access your database, and following the video, in wp_options table you change&#60;/p&#62;
&#60;p&#62;siteurl: new.url (should be line 1 of wp_options)&#60;br /&#62;
home: new.url (look around line 39-40 of wp_options)
&#60;/p&#62;</description>
</item>
<item>
<title>buddha trance on "changing URL!! Please help!"</title>
<link>http://wordpress.org/support/topic/333854#post-1288352</link>
<pubDate>Fri, 20 Nov 2009 18:19:15 +0000</pubDate>
<dc:creator>buddha trance</dc:creator>
<guid isPermaLink="false">1288352@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Backing up the database before attempting any changes, is always a good idea. Look also at the other video he mentions, on changing the url in the wp_options table&#60;br /&#62;
&#60;a href=&#34;http://educhalk.org/blog/changed-wordpress-blog-address-in-settings-locked-out-how-to-fix/&#34; rel=&#34;nofollow&#34;&#62;http://educhalk.org/blog/changed-wordpress-blog-address-in-settings-locked-out-how-to-fix/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You basically have to put the correct url (the final one, after the server changes it) in &#34;site url&#34; and &#34;home&#34;, as indicated in the video.&#60;/p&#62;
&#60;p&#62;I am thinking that if you fix it through phpMyAdmin, directly in the database table, pointing to the final url, when you point the browser to that address, the blog will appear as usual.&#60;/p&#62;
&#60;p&#62;Hope this helps.
&#60;/p&#62;</description>
</item>
<item>
<title>benedetta on "changing URL!! Please help!"</title>
<link>http://wordpress.org/support/topic/333854#post-1288254</link>
<pubDate>Fri, 20 Nov 2009 17:00:01 +0000</pubDate>
<dc:creator>benedetta</dc:creator>
<guid isPermaLink="false">1288254@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks for your help, &#60;/p&#62;
&#60;p&#62;do I need to backup the whole database? The site won't change location in the the server it's just the URL name that will change...Do I have to go through all that process shown in the video?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>buddha trance on "changing URL!! Please help!"</title>
<link>http://wordpress.org/support/topic/333854#post-1288195</link>
<pubDate>Fri, 20 Nov 2009 16:20:45 +0000</pubDate>
<dc:creator>buddha trance</dc:creator>
<guid isPermaLink="false">1288195@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You can always change the url by accessing the database, check this video tutorial&#60;br /&#62;
&#60;a href=&#34;http://educhalk.org/blog/the-difference-between-fixing-and-patching/&#34; rel=&#34;nofollow&#34;&#62;http://educhalk.org/blog/the-difference-between-fixing-and-patching/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also, this will help you&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Changing_The_Site_URL&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Changing_The_Site_URL&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>songdogtech on "changing URL!! Please help!"</title>
<link>http://wordpress.org/support/topic/333854#post-1288186</link>
<pubDate>Fri, 20 Nov 2009 16:13:42 +0000</pubDate>
<dc:creator>songdogtech</dc:creator>
<guid isPermaLink="false">1288186@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Moving_WordPress&#34;&#62;Moving WordPress « WordPress Codex&#60;/a&#62;, &#60;a href=&#34;http://codex.wordpress.org/Changing_The_Site_URL&#34;&#62;Changing The Site URL « WordPress Codex&#60;/a&#62;, &#60;a href=&#34;http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory&#34;&#62;Giving WordPress Its Own Directory « WordPress Codex&#60;/a&#62;.
&#60;/p&#62;</description>
</item>
<item>
<title>benedetta on "changing URL!! Please help!"</title>
<link>http://wordpress.org/support/topic/333854#post-1288167</link>
<pubDate>Fri, 20 Nov 2009 16:03:02 +0000</pubDate>
<dc:creator>benedetta</dc:creator>
<guid isPermaLink="false">1288167@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I have a question. I have built a wordpress site in the root directory on a server. The URL wasn't active yet, so I have been given a test.url in the meantime. So I set up the wordpress website with the test.url address. Now the new URL address is about to get activated and it will point to the root directory and the test.url address will become the normal URL address. &#60;/p&#62;
&#60;p&#62;What's the procedure for changing URL, when the site will be sitting in the same root and only the url changes? Im not sure when this transfer is going to happen exactly. Is it just a matter of changing the URL name in the wordpress settings, if so when exactly should I do this, because Im scared I wont be able to access the site if I don't do this change before the URL changes...&#60;/p&#62;
&#60;p&#62;Any help would be much appreciated.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Bene
&#60;/p&#62;</description>
</item>
<item>
<title>mikekmikek on "The Appearance Tab isn't showing-how do I change my template?"</title>
<link>http://wordpress.org/support/topic/329189#post-1287277</link>
<pubDate>Thu, 19 Nov 2009 20:17:37 +0000</pubDate>
<dc:creator>mikekmikek</dc:creator>
<guid isPermaLink="false">1287277@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have the same problem!!
&#60;/p&#62;</description>
</item>
<item>
<title>esmi on "Newbie mistake - changed site URL and now can't access"</title>
<link>http://wordpress.org/support/topic/333483#post-1287038</link>
<pubDate>Thu, 19 Nov 2009 17:15:16 +0000</pubDate>
<dc:creator>esmi</dc:creator>
<guid isPermaLink="false">1287038@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Changing_The_Site_URL&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Changing_The_Site_URL&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>lewisss on "Newbie mistake - changed site URL and now can't access"</title>
<link>http://wordpress.org/support/topic/333483#post-1286874</link>
<pubDate>Thu, 19 Nov 2009 14:58:12 +0000</pubDate>
<dc:creator>lewisss</dc:creator>
<guid isPermaLink="false">1286874@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I'm pretty new to WordPress and recently I've been trying to get my new site working by trial and error. The site is a simple blog which feeds into a BigCartel online store.&#60;/p&#62;
&#60;p&#62;Yesterday I asked my host to record a CNAME which redirected my registered domain address (eg. &#60;a href=&#34;http://www.lewisss.co.uk&#34; rel=&#34;nofollow&#34;&#62;www.lewisss.co.uk&#60;/a&#62;) to my BigCartel store. Everything seemed fine, the only issue was that now, to login to my WordPress blog (www.lewisss.co.uk/blog/news), I had to first login to my BigCartel store, then head to my BigCartel blog page (where the WordPress blog was fed in) then click 'Older Posts', then replace the URL with &#60;a href=&#34;http://www.lewisss.co.uk/blog/wp-admin&#34; rel=&#34;nofollow&#34;&#62;www.lewisss.co.uk/blog/wp-admin&#60;/a&#62; to sign in to WordPress. If I tried to sign in to WordPress without first signing in to - and clicking through - BigCartel, I'd just get a 'Oops, we couldn't find that page' message from my BigCartel site.&#60;/p&#62;
&#60;p&#62;Anyway... this was annoying, but manageable. But then, in an attempt to simplify things (and out of ignorance, I admit) I did a bit of tinkering in the WordPress General Settings, hoping to somehow fix it so I could log straight back into WordPress like before. So where it said SITE URL I changed it from &#60;a href=&#34;http://www.lewisss.co.uk/blog&#34; rel=&#34;nofollow&#34;&#62;www.lewisss.co.uk/blog&#60;/a&#62; to &#60;a href=&#34;http://www.lewisss.co.uk.&#34; rel=&#34;nofollow&#34;&#62;www.lewisss.co.uk.&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;And then everything messed up and now I can't seem to access my WordPress site from anywhere. Can anyone help? I guess what I did is screw my WordPress site up by giving it the same main URL as I'd previously re-directed to BigCartel - is that so? And if so, how can I fix it? &#60;/p&#62;
&#60;p&#62;So grateful for any help or advice...&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;PS: lewisss.co.uk is just a made-up address for the purposes of illustration!
&#60;/p&#62;</description>
</item>
<item>
<title>alchymyth on "How to change font!!!"</title>
<link>http://wordpress.org/support/topic/332997#post-1285847</link>
<pubDate>Wed, 18 Nov 2009 18:04:33 +0000</pubDate>
<dc:creator>alchymyth</dc:creator>
<guid isPermaLink="false">1285847@http://wordpress.org/support/</guid>
<description>&#60;p&#62;look into the style.css of the theme, and search for 'font-family:' - then put your new fonts first after the colon :&#60;br /&#62;
for instance:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body {
    font-family: &#38;quot;Lucida Grande&#38;quot;, &#38;quot;Lucida Sans Unicode&#38;quot;, Verdana, Helvetica, Arial, sans-serif;
	}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;make sure to wrap font names with more than one word into quotation marks, as in the example above.&#60;/p&#62;
&#60;p&#62;if you want just Helvetica, delete the other font names to the left of it.&#60;br /&#62;
in the example - delete '&#34;Lucida Grande&#34;, &#34;Lucida Sans Unicode&#34;, Verdana, '
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285841</link>
<pubDate>Wed, 18 Nov 2009 17:58:51 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1285841@http://wordpress.org/support/</guid>
<description>&#60;p&#62;You know, i never login when accessing from another PC, so i thought i'd better confirm if it works..&#60;/p&#62;
&#60;p&#62;Logged in from another PC under a test account. Sitting look at the administration panel right now. I know that's not what you wanted to hear, but for the sake of verfiying it works..&#60;/p&#62;
&#60;p&#62;Can you paste the error in it's entirety here please?
&#60;/p&#62;</description>
</item>
<item>
<title>Rakeki on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285829</link>
<pubDate>Wed, 18 Nov 2009 17:51:58 +0000</pubDate>
<dc:creator>Rakeki</dc:creator>
<guid isPermaLink="false">1285829@http://wordpress.org/support/</guid>
<description>&#60;p&#62;yes i have a static LAN address when i use my LAN for the website it works fine... but as soon as somebody on my LAN connects to the website and logs in it attemps to connect to the MYSQL on their computer i know this because the URL box stated &#34;localhost&#34; before timing out and reciving a database error
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285821</link>
<pubDate>Wed, 18 Nov 2009 17:45:47 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1285821@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Oh right, my bad, i didn't realise you were referring to the wp-config line, i was thinking you meant the blog url settings etc... which had me confused..&#60;/p&#62;
&#60;p&#62;Pretty sure we're both successfully doing what the original poster is asking about then, except we seem to have a bit more luck... :)
&#60;/p&#62;</description>
</item>
<item>
<title>apljdi on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285790</link>
<pubDate>Wed, 18 Nov 2009 17:07:51 +0000</pubDate>
<dc:creator>apljdi</dc:creator>
<guid isPermaLink="false">1285790@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;strong&#62;@ t3los_&#60;/strong&#62;&#60;br /&#62;
It is PHP that is connecting to MySQL, not the browser, and PHP runs on the server, and since PHP and MySQL are on the same machine (at least right now) using localhost as my DB_HOST in wp-config.php works fine. My 'home' and 'siteurl' are set to the server's static IP, of course, for the reasons you mention.
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285755</link>
<pubDate>Wed, 18 Nov 2009 16:36:25 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1285755@http://wordpress.org/support/</guid>
<description>&#60;p&#62;&#60;strong&#62;@ apljdi&#60;/strong&#62;&#60;br /&#62;
How do your lan PC's see the page if it's using localhost, localhost will resolve to the PC you're viewing on will it not? You'll see the page, but any stylesheet links etc, should point to invalid locations..
&#60;/p&#62;</description>
</item>
<item>
<title>apljdi on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285751</link>
<pubDate>Wed, 18 Nov 2009 16:32:22 +0000</pubDate>
<dc:creator>apljdi</dc:creator>
<guid isPermaLink="false">1285751@http://wordpress.org/support/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;okay when i change it to ('DB_HOST', 'localhost'); put define('DB_HOST', 192.168.?.?);
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;No. You are supposed to substitute the one for the other.&#60;/p&#62;
&#60;p&#62;Replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;DB_HOST&#38;#39;, &#38;#39;localhost&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;With:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;DB_HOST&#38;#39;, 192.168.?.?);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course, you need to substitute your actual IP address. I don't know that this will help though, honestly. I connect to my development installs from half a dozen computers inside the LAN and I use 'localhost' in the wp-config. I only suggested it because your first post implied that MySQL was trying to connect to the wrong machine(s).&#60;/p&#62;
&#60;p&#62;Do you have a screen shot of the login error?&#60;/p&#62;
&#60;p&#62;Also:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;i know all about DHCP lol and you can disable this feature &#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;So this means that your server does have a static IP right?
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285666</link>
<pubDate>Wed, 18 Nov 2009 15:23:03 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1285666@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Well i can't see what the issue is, all i've done to get it working here is change the blog/web URL to my local IP, and all local PCs are able to view the page.&#60;/p&#62;
&#60;p&#62;Does anything come up at all for the other PCs when connecting to the IP, or does it just timeout / page not found?
&#60;/p&#62;</description>
</item>
<item>
<title>Rakeki on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285560</link>
<pubDate>Wed, 18 Nov 2009 13:39:00 +0000</pubDate>
<dc:creator>Rakeki</dc:creator>
<guid isPermaLink="false">1285560@http://wordpress.org/support/</guid>
<description>&#60;p&#62;i know all about DHCP lol and you can disable this feature
&#60;/p&#62;</description>
</item>
<item>
<title>Rakeki on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285492</link>
<pubDate>Wed, 18 Nov 2009 12:14:16 +0000</pubDate>
<dc:creator>Rakeki</dc:creator>
<guid isPermaLink="false">1285492@http://wordpress.org/support/</guid>
<description>&#60;p&#62;okay when i change it to ('DB_HOST', 'localhost'); put define('DB_HOST', 192.168.?.?); i cannot connect to the wordpress myself
&#60;/p&#62;</description>
</item>
<item>
<title>jackdsargeant on "How to change font!!!"</title>
<link>http://wordpress.org/support/topic/332997#post-1285355</link>
<pubDate>Wed, 18 Nov 2009 07:53:50 +0000</pubDate>
<dc:creator>jackdsargeant</dc:creator>
<guid isPermaLink="false">1285355@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hello!&#60;br /&#62;
I run a Wordpress.org blog at &#60;a href=&#34;http://anf1blog.com&#34; rel=&#34;nofollow&#34;&#62;http://anf1blog.com&#60;/a&#62; and am currently running the magazine basic theme. I want to change all of the font on the site to helvetica or arial or something like that. How do I go about doing that?&#60;br /&#62;
Kind regards,&#60;br /&#62;
Jack
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285300</link>
<pubDate>Wed, 18 Nov 2009 05:57:30 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">1285300@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I use my lan IP for my local installation, the thing that caught me out was the IP problem, most routers give these via DHCP, which means it changes each time you refresh the connection, reconnect, reboot, or whatever...&#60;/p&#62;
&#60;p&#62;Please realise i'm not talking about the IP your router gets (your ISP IP address), incase there was any confusion, but the internal local IPs (ie. the IP addresses the router assigns to the PCs on the local network).
&#60;/p&#62;</description>
</item>
<item>
<title>apljdi on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285261</link>
<pubDate>Wed, 18 Nov 2009 04:46:26 +0000</pubDate>
<dc:creator>apljdi</dc:creator>
<guid isPermaLink="false">1285261@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Change the setting in your wp-config.php file. Instead of &#60;code&#62;define(&#38;#39;DB_HOST&#38;#39;, &#38;#39;localhost&#38;#39;);&#60;/code&#62; put &#60;code&#62;define(&#38;#39;DB_HOST&#38;#39;, 192.168.?.?);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This part of t3los_'s post you did not say you did-- 'just be sure to set your PC to a static IP'. Good idea.
&#60;/p&#62;</description>
</item>
<item>
<title>Rakeki on "need help making it public"</title>
<link>http://wordpress.org/support/topic/332825#post-1285128</link>
<pubDate>Wed, 18 Nov 2009 01:26:47 +0000</pubDate>
<dc:creator>Rakeki</dc:creator>
<guid isPermaLink="false">1285128@http://wordpress.org/support/</guid>
<description>&#60;p&#62;ive done that =/ and i said ive done that with my first post &#38;gt;.&#38;lt;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
