<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>M3Server Support</title>
	
	<link>http://blog.m3server.com</link>
	<description>blog.M3 - "Tech Topics and News"</description>
	<lastBuildDate>Tue, 31 Aug 2010 22:23:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/M3serverSupport" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="m3serversupport" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">M3serverSupport</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Mini Howto: 301 redirect using htaccess &amp; apache</title>
		<link>http://blog.m3server.com/?p=102</link>
		<comments>http://blog.m3server.com/?p=102#comments</comments>
		<pubDate>Tue, 31 Aug 2010 22:23:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.m3server.com/?p=102</guid>
		<description><![CDATA[How to redirect index.php to index.html, correctly and friendly with the search engines so you don&#8217;t lose traffic? Well, a 404 is not the way! The 301 redirect is easy.  Edit your htaccess file on your linux server in the root directory of your site, or create one if you do not currently have one. [...]]]></description>
			<content:encoded><![CDATA[<p>How to redirect index.php to index.html, correctly and friendly with the search engines so you don&#8217;t lose traffic?</p>
<p>Well, a 404 is not the way!</p>
<p>The 301 redirect is easy.  Edit your htaccess file on your linux server in the root directory of your site, or create one if you do not currently have one.</p>
<p>My old page was index.php and I wanted it as index.html, I have my index.html uploaded to my site.</p>
<p>The simple contents below is all that you need:</p>
<p>redirect 301 /index.php http://www.m3server.com/</p>
<p>The above line will redirect  your index.php requests to your main web site url, in this example.</p>
<p>Perhaps you had a page that you want to change its name to.  Rename the file to the name you wish to use, add the redirect, presto &#8211; your traffic saved and served without a nasty 404.  Example is below:</p>
<p>redirect 301 /fishin.html http://www.m3server.com/fishing.html</p>
<p>That is a fictitious link, but you get the idea.</p>
<p>If you make a mistake and your web site appears broken, first step should always be to rename your .htaccess file to off.htaccess, see if that resolved your trouble.  If it does, then you just need to isolate the bug in your .htaccess file.</p>
<p>M3Server.com &#8211; world.class.hosting</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.m3server.com/?feed=rss2&amp;p=102</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini Howto:  How to setup email accounts</title>
		<link>http://blog.m3server.com/?p=97</link>
		<comments>http://blog.m3server.com/?p=97#comments</comments>
		<pubDate>Sun, 08 Aug 2010 19:01:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.m3server.com/?p=97</guid>
		<description><![CDATA[This post applies to dedicated and dedicated vps hosting on linux servers at M3Server.com. Remember, each pop3 email account has to be unique to the server, just like there is only one you, there is only one unique email account. So, let&#8217;s get started with the most basic setup. Our example domain, (this is fake [...]]]></description>
			<content:encoded><![CDATA[<p>This post applies to dedicated and dedicated vps hosting on linux servers at M3Server.com.</p>
<p>Remember, each pop3 email account has to be unique to the server, just like there is only one you, there is only one unique email account.  So, let&#8217;s get started with the most basic setup.</p>
<p>Our example domain, (this is fake and non operational, just substitute your real domain for the example):<br />
aaa_cars.com</p>
<p>Let&#8217;s say you want to setup sales@aaa_cars.com.  Well, sales is not a unique user name as is probably already taken or in use by another one of your domains.  How can I use sales then?</p>
<p>First, we setup a pop3 account so you can send/receive email.  Our test account name is going to be:</p>
<p>john.doe</p>
<p>Login to your server admin control panel.  Under the navigation panel on the left hand side (Control Center), click on the small navigation box to the left of email.  The drop down list appears.</p>
<p>Click on &#8220;Add Mailbox&#8221;</p>
<p>Enter a unique name, like our example, john.doe, select the domain from the drop down box, and assign the password, confirm it, and click continue.  Verify your settings to confirm, then click confirm.</p>
<p>Now  you have a working email account that you can check and send email from.</p>
<p>You can access it quickly via the webmail interface, example url:</p>
<p>http://aaa_cars.com/webmail/</p>
<p>So, thats great, but what about sales@aaa_cars.com?  Now, you need to create an email box alias, we call them email routes.  They are a standalone email address that just simply routes email to a local email box.</p>
<p>Back to the Control Center at your server admin control panel, click on:<br />
Add Alias</p>
<p>Enter the address on the box to the left:<br />
sales@aaa_cars.com</p>
<p>On the box to the right, enter just the pop3 account name you want the email to route to, not a full address, just the name, in our example, we are using:</p>
<p>john.doe</p>
<p>click continue to access the values.</p>
<p>Now, people can email you at sales@aaa_cars.com and it will arrive in your email box, john.doe waiting on you to download them.</p>
<p>You are probably wondering how to show the recipients that you email, that the email comes from sales and not your user name, john.doe?  This is where the magic comes in.</p>
<p>Login with john.doe via your webmail interface.</p>
<p>Look at the top navigation bar, locate and click on  &#8220;preferences&#8221;.</p>
<p>Now that your alias (email route) and pop3 account are setup, you are free to make changes here based on your alias configuration.</p>
<p>Locate the top section and click on the edit nav link by the From address.</p>
<p>The left box is the user&#8217;s name, in our example case, it will be:<br />
Sales</p>
<p>The right box is for the real email address we previously setup, in this example we will type in:<br />
sales@aaa_cars.com</p>
<p>Click the add/modify button to save your addition, and then click the back button.</p>
<p>Next, under the From is the Reply to option.  Type in:<br />
sales@aaa_cars.com</p>
<p>Scroll to the bottom and hit save.</p>
<p>Now, the system will send email from SALES and will appear to the recipient as it came from sales@aaa_cars.com.  When the recipient clicks on reply, it will be sent back to sales@aaa_cars.com.  In which, the email route you setup, will deliver the email to john.doe.</p>
<p>Presto, you can now use the common name, sales, and have it route to your mailbox.</p>
<p>Sounds complicated, a long post, but it is rather basic and once you do it one or two times, it will be easy.  I assure you.</p>
<p>You can route many email addresses from one or more domains to the john.doe mailbox, because as we have learned in the previous blog, a mailbox is just a holding place for our incoming email.</p>
<p>Travis</p>
<p>- M3Server.com</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.m3server.com/?feed=rss2&amp;p=97</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Servers: basic understanding of operation</title>
		<link>http://blog.m3server.com/?p=95</link>
		<comments>http://blog.m3server.com/?p=95#comments</comments>
		<pubDate>Sun, 08 Aug 2010 18:23:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.m3server.com/?p=95</guid>
		<description><![CDATA[This post is basic knowledge for people with non technical administration experience. There are two parts to an email server, one that sends email to other servers, and one that enables your client to receive email from your local mailbox server. This is often the most confusing part to understand. A mail client, either web [...]]]></description>
			<content:encoded><![CDATA[<p>This post is basic knowledge for people with non technical administration experience.</p>
<p>There are two parts to an email server, one that sends email to other servers, and one that enables your client to receive email from your local mailbox server.  This is often the most confusing part to understand.</p>
<p>A mail client, either web based, or application based, uses both parts of the mail server to send and receive email.</p>
<p>Let&#8217;s start with sending of email.   The sending of email is done via the outgoing mail server, most commonly known as the SMTP server.  This is often provided by the ISP that your internet connection is connected to.  The security method here is relay by IP address, so there isn&#8217;t any authentication method such as a login and password.</p>
<p>When you are using a 3rd party SMTP server, the most common security method for access is, SMTP AUTH.  This is done by selecting the option for your mail client&#8217;s outgoing mail server, &#8220;My server requires authentication&#8221; and entering a user name and password &#8211; often the same as the pop3 client&#8217;s login information.</p>
<p>Once the message is sent, it is routed to the destination email address&#8217;s mail server.  This mail server will route it to a mailbox as instructed in the email configuration files.  the mailbox, accessed via a pop3 user name and password is unique to the local server.</p>
<p>The pop3 server, mostly referred to as the incoming mail server, is accessed with a pop3 login account name and password.  This allows access to the mailbox file.  The mailbox file contains a list of all email messages in the box.  If two users shared the same mailbox user name and password, the could see each other&#8217;s email.  This is coming when multiple people work under the same account, say &#8211; info@buildingcompany.com.</p>
<p>If you want to separate email for a different group, example, roof.info@buildingcompany.com, this address will require it&#8217;s own email account to keep the email separate from the info mailbox.</p>
<p>The key item to remember is this, pop3 mailbox account can be used by many domains, it is simply a mailbox that can have one or many email addresses.</p>
<p>-M3Server.com</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.m3server.com/?feed=rss2&amp;p=95</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini Howto: Change an FTP / Ssh login password</title>
		<link>http://blog.m3server.com/?p=93</link>
		<comments>http://blog.m3server.com/?p=93#comments</comments>
		<pubDate>Sat, 07 Aug 2010 21:32:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mini Howto]]></category>

		<guid isPermaLink="false">http://blog.m3server.com/?p=93</guid>
		<description><![CDATA[While this mini howto article provides light instructions for obtaining putty, a terminal program for secure access to your linux server, detailed information is outside the scope of the article. So, you want to change the password to your ftp/ssh login account on your linux server? No problem! First, download putty for your windows based [...]]]></description>
			<content:encoded><![CDATA[<p>While this mini howto article provides light instructions for obtaining putty, a terminal program for secure access to your linux server, detailed information is outside the scope of the article.</p>
<p>So, you want to change the password to your ftp/ssh login account on your linux server?  No problem!</p>
<p>First, download putty for your windows based operating system and save it into a convenient directory. Copy and paste the following url into a new window:</p>
<p>http://www.chiark.greenend.org.uk/~sgtatham/putty/</p>
<p>1) Launch the program putty.exe (or any other terminal program that supports ssh).</p>
<p>2) Enter your server name in the host name field, the same as you would enter for your ftp host.  Example:  server.simplecom.net or simply, domain.com</p>
<p>3) The server will ask you to login using your current login and password.</p>
<p>4) once logged in, you can simply execute the following command and press enter:</p>
<p><strong>passwd</strong></p>
<p>(pressing enter after the command passwd, will enable the server to prompt you.  Following the prompts, pressing enter after each one.)</p>
<p>That is it!  once you logout, your new password will be required for your next login.</p>
<p>Travis</p>
<p>-M3Server.com<br />
  World Class Hosting &#8211; since 1996!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.m3server.com/?feed=rss2&amp;p=93</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini HowTo: using htaccess to block an IP or IP range from accessing your site, or directory</title>
		<link>http://blog.m3server.com/?p=90</link>
		<comments>http://blog.m3server.com/?p=90#comments</comments>
		<pubDate>Sun, 01 Aug 2010 16:59:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.m3server.com/?p=90</guid>
		<description><![CDATA[Add the following lines to your .htaccess file in your root directory, or the directory that you wish to protect. Adding to a directory will protect that directory and all directories below it. order allow,deny deny from 123.45.1.7 deny from 123.45.2. allow from all Add this to your .htaccess file, or create one if you [...]]]></description>
			<content:encoded><![CDATA[<p>Add the following lines to your .htaccess file in your root directory, or the directory that you wish to protect.  Adding to a directory will protect that directory and all directories below it.</p>
<p>order allow,deny<br />
deny from 123.45.1.7<br />
deny from 123.45.2.<br />
allow from all</p>
<p>Add this to your .htaccess file, or create one if you do not have one with your favorite text editor, upload the file to the server into the directory you wish to protect.</p>
<p>This will allow any ip to access your site, except those listed.  You can add as many as you wish.  Note the 2nd example, 123.45.2. &#8211; this will block the full class C, from 123.45.2.1 to 123.45.2.254</p>
<p>Again, test it to ensure this is the effect you want.  At any time, you can remove the .htaccess file, or rename it to, example, off.htaccess and it will disable any rules you have specified.</p>
<p>Travis</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.m3server.com/?feed=rss2&amp;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini HowTo: Using htaccess to block hot linking images</title>
		<link>http://blog.m3server.com/?p=88</link>
		<comments>http://blog.m3server.com/?p=88#comments</comments>
		<pubDate>Sun, 01 Aug 2010 16:52:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[htaccess block hotlinking leeching images]]></category>

		<guid isPermaLink="false">http://blog.m3server.com/?p=88</guid>
		<description><![CDATA[Objective: Stop another site from using your web images on their site as their own, using your server resources including bandwidth. WARNING: Errors made in your htaccess file could cause your site to fail. You can restore operation of your web site by removing or renaming the htaccess file. The file .htaccess (there is a [...]]]></description>
			<content:encoded><![CDATA[<p>Objective: Stop another site from using your web images on their site as their own, using your server resources including bandwidth.</p>
<p>WARNING:  Errors made in your htaccess file could cause your site to fail.  You can restore operation of your web site by removing or renaming the htaccess file.</p>
<p>The file .htaccess (there is a dot in front of htaccess).  This dot prevents the file from being viewed via a web browser.</p>
<p>Some htaccess files can be very advanced, this is just basic information to protect your images.</p>
<p>You can reference this tutorial for more information:</p>
<p>http://httpd.apache.org/docs/2.0/howto/htaccess.html</p>
<p>So, let&#8217;s get started!</p>
<p>open your favorite text editor, notepad for you windows users, and nano or vi for you Linux users.</p>
<p>Place the following into your page (taking note to replace m3server.com with our own domain name, you can also allow other domains to link your images, as I did here, with m3xs.com).</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} !^$<br />
RewriteCond %{HTTP_REFERER} !^http(s)?://(.*\.)?blamcast.net [NC]<br />
RewriteCond %{HTTP_REFERER} !^http(s)?://(.*\.)?m3server.com [NC]<br />
RewriteCond %{HTTP_REFERER} !^http(s)?://(.*\.)?m3xs.com [NC]<br />
RewriteRule \.(jpeg|jpg|gif|png)$ &#8211; [F]</p>
<p>Save the file, name it .htaccess and upload it to your site&#8217;s root directory.  (domain.com/.htaccess)<br />
If you have other image extensions than the above noted, you can add those here as well.</p>
<p>Now, test it, make sure it works like you need it to.</p>
<p>- M3Server.com<br />
World Class Hosting Since 1996!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.m3server.com/?feed=rss2&amp;p=88</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache redirect non SSL to SSL</title>
		<link>http://blog.m3server.com/?p=85</link>
		<comments>http://blog.m3server.com/?p=85#comments</comments>
		<pubDate>Thu, 22 Jul 2010 19:11:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apache ssl redirect htaccess]]></category>

		<guid isPermaLink="false">http://blog.m3server.com/?p=85</guid>
		<description><![CDATA[Customer writes: &#8220;How do I redirect my site to the SSL secure site?&#8221; Add this to your .htaccess file, or create one if you do not have one already (upload this to your site&#8217;s root directory). RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://my.m3server.com/ Now, when someone clicks or types in your URL, they will [...]]]></description>
			<content:encoded><![CDATA[<p>Customer writes:<br />
&#8220;How do I redirect my site to the SSL secure site?&#8221;</p>
<p>Add this to your .htaccess file, or create one if you do not have one already (upload this to your site&#8217;s root directory).</p>
<p>RewriteEngine On<br />
RewriteCond %{HTTPS} off<br />
RewriteRule (.*) https://my.m3server.com/</p>
<p>Now, when someone clicks or types in your URL, they will be taken to your secure URL.</p>
<p>Just replace my.m3server.com in the example above with your site&#8217;s domain name, and please test to ensure this is the action you are trying to achieve.</p>
<p>Travis</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.m3server.com/?feed=rss2&amp;p=85</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini Howto: iPhone Email App Setup</title>
		<link>http://blog.m3server.com/?p=81</link>
		<comments>http://blog.m3server.com/?p=81#comments</comments>
		<pubDate>Mon, 19 Jul 2010 22:10:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.m3server.com/?p=81</guid>
		<description><![CDATA[Creating New Mail Accounts for iPhone *Open iPhone and select the settings app *You will then scroll down until you find the selection labeled &#8220;Mail, Contacts, Calendars&#8221; *When you choose Mail, Contacts, Calendars you will see different headings and changeable options for that heading *The first heading will be labeled &#8220;Accounts&#8221; *Here you can edit [...]]]></description>
			<content:encoded><![CDATA[<p>Creating New Mail Accounts for iPhone</p>
<p>*Open iPhone and select the settings app<br />
*You will then scroll down until you find the selection labeled &#8220;Mail, Contacts, Calendars&#8221;<br />
*When you choose Mail, Contacts, Calendars you will see different headings and changeable options for that heading<br />
*The first heading will be labeled &#8220;Accounts&#8221;<br />
*Here you can edit your existing mail accounts or add a new one<br />
*Select the option &#8220;Add Account&#8230;&#8221;<br />
*This will take you to the Add Account&#8230; page where you can choose from the most popular email service providers, such as G-Mail or Yahoo, or you can choose the &#8220;other&#8221; option to create your own<br />
*Once you have selected the &#8220;other&#8221; option you will arrive at the Other page where the first heading is labeled &#8220;Mail&#8221;<br />
*Under the Mail heading is an option to Add Mail Account that you will select<br />
*You will then arrive at the New Account page where you will enter your account information (Name, Address, Password, and Description)<br />
*For &#8220;Name&#8221; you will use your actual first and last name<br />
*For &#8220;Address&#8221; you will use your mailing address, the example provided is &#8220;example@me.com&#8221;<br />
*You will select your own password<br />
*The default for the description will be your mailing address, you can change it if you&#8217;d like<br />
*You will then choose the save option at the top right of your screen<br />
*After saving your information you will be asked for more New Account information regarding incoming and outgoing mail servers</p>
<p><strong>SELECT POP AT THE TOP OF THE MENU BEFORE PROCEEDING</strong></p>
<p>*Scroll down to the incoming mail server and enter your server host name:</p>
<p>example:  domain.com<br />
incorrect example:  pop3.domain.com</p>
<p>*Scroll down to the outgoing mail server and enter your server host name:</p>
<p>example:  domain.com<br />
incorrect example:  smtp.domain.com</p>
<p>*Then select &#8220;Save&#8221; which is again located at the top right of your screen<br />
*Please wait while the iPhone verifys your information<br />
*If a box appears that says &#8220;Cannot Connect Using SSL&#8221; you need to select yes to make sure you&#8217;re not using SSL (Your mail account will not work using SSL)<br />
*It is possible that the iPhone will say Cannot Connect Using SSL a second time. Be sure to select yes again<br />
*After you select not to use SSL your phone will verify the account information and automatically save it, returning you to the &#8220;Mail, Contacts, Calendars&#8221; screen<br />
*To access your new mail account you will go to the mail app where you will have to select your new account if you already have existing ones<br />
*Once you&#8217;ve selected the account you want you can check your new mail with the inbox option or use the box at the bottom right of your screen to send a new message<br />
*You can also use the arrow at the bottom left of your screen to manually check for new mail</p>
<p>Bret<br />
M3Server.com</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.m3server.com/?feed=rss2&amp;p=81</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet Speed</title>
		<link>http://blog.m3server.com/?p=75</link>
		<comments>http://blog.m3server.com/?p=75#comments</comments>
		<pubDate>Wed, 26 May 2010 19:18:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[slow speed poor performance google chrome]]></category>

		<guid isPermaLink="false">http://blog.m3server.com/?p=75</guid>
		<description><![CDATA[Okay, so I had to post this. All of a sudden my browser, reliable Firefox, became very slow. At first I thought the site I was on was slow. Then, I assumed it was windows 7, lol. Then, I blamed my high speed Internet connection. Nope. In fact, it turns out, checking the taskmanager process [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so I had to post this.</p>
<p>All of a sudden my browser, reliable Firefox, became very slow.  At first I thought the site I was on was slow. Then, I assumed it was windows 7, lol.  Then, I blamed my high speed Internet connection.  Nope.</p>
<p>In fact, it turns out, checking the taskmanager process list, Firefox had consumed 300 MBs of ram, yea, that would slow it down!</p>
<p>Rebooted, problem remained.</p>
<p>What to do?  I refuse to use IE8, my personal opinion.  I in turn, downloaded Google&#8217;s Chrome.</p>
<p>Boy, was I amazed.  Not only did chrome import all of my links, favs, and passwords from firefox&#8230; SPEED!</p>
<p>So, before you blame your server, or your favorite web site, test another browser.  I was surprised.</p>
<p>Updated:<br />
Keep google chrome fast by making these changes in your google chrome options:</p>
<ol>
<li>click on options, the wrench icon on the top right</li>
<li>click on the tap &#8220;Under the Hood&#8221;</li>
<li>Uncheck all options!</li>
</ol>
<p>Clear the cache, close the browser, open it back up, and it will be fast as new.  Clear your cache from time to time (I don&#8217;t clear my passwords, as that is a royal pain).</p>
<p>- Travis</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.m3server.com/?feed=rss2&amp;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Name Servers DNS</title>
		<link>http://blog.m3server.com/?p=73</link>
		<comments>http://blog.m3server.com/?p=73#comments</comments>
		<pubDate>Sat, 22 May 2010 14:37:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.m3server.com/?p=73</guid>
		<description><![CDATA[When registering domains for your M3server account, please use the following DNS servers for your domain registrations. Name: ns1.simplecom.net Address: 69.64.94.15 Name: ns2.simplecom.net Address: 216.177.153.3 M3Server.com]]></description>
			<content:encoded><![CDATA[<p>When registering domains for your M3server account, please use the following DNS servers for your domain registrations.</p>
<p>Name:   ns1.simplecom.net<br />
Address: 69.64.94.15</p>
<p>Name:   ns2.simplecom.net<br />
Address: 216.177.153.3</p>
<p>M3Server.com</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.m3server.com/?feed=rss2&amp;p=73</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
