Have you been to:

https://developers.google.com/pagespeed/

If you have, you might notice that some of your changes take, and some don’t.  I almost went insane until I realized that this page was caching some results, regardless of refreshing or reloading the page.

Solution?  Download firebug plugin for Firefox, and then visit this page to download page speed plugin.

http://code.google.com/speed/page-speed/download.html

After installing, you must restart Firefox to enable the plugin.  Once activated, you will notice a Firbug icon on the tool bar, mine happens to be to the right of the home button to the right of my search  bar.

Then, when you make changes to your site, RELOAD your page in your browser and then REFRESH ANALYSIS for the updated results.

Happy optimizing ;-)

M3Server.Com – WordPress Virtual Servers

Need to redirect source traffic to another domain?  Well, if you can’t modify the link on the source traffic, you can control it with the power of htaccess.

WARNING: Make a backup of your original .htaccess file as always.  Backups are GREAT practice to follow.

If something goes wrong, please remove the lines from your .htaccess or restore your known working backup file.

Place the following at the top of your .htaccess file:

The domain names below are just examples, please use the real domains.  The “other-something” domain is the domain you want the traffic routed to.

#### START COPY BELOW THIS LINE #####

Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_REFERER} ^http://(www|ads)\.source-traffic\.net
RewriteRule .* http://www.other-something.com [R=301,L]

### END COPY ABOVE THIS LINE ###

Enjoy the traffic router!

M3Server.com – Virtual Dedicated Servers Hosting

Keep your WordPress sites secure and safe by following this simple advice:

1) Only use plugins that you need.  Each plugin is an added security risk.

2) Avoid using the user name, admin, on your administrator accounts.  Use a random name instead with at least one number in it.

3) Use strong passwords!!!  CatDog isn’t a strong password folks.

4) Keep your WordPress updated and your plugins as well.

Above all, MAKE BACKUPS!!!!

Safe surfing!

M3Server.com – dedicated server hosting

WARNING:  Make a backup of your htaccess file first so you can revert to your working file in the event something goes wrong.

Add the following text to your .htaccess file:

# M3SERVER.COM PERFORMANCE SETTINGS
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 2 days”
</IfModule>
## EXPIRES CACHING ##

M3Server.com – WordPress Hosting Plans

This is white paper should also work well for the standard Outlook or Microsoft mail setup as well.  Steps won’t be exact, but should get you going.

Outlook Express Email setup

- Internet Connection Wizard

Open outlook, if you dont have anything setup the Internet Connection Wizard will automatically start.  if you do have an email account already setup, then you will need to create a new identity, click on file, click on identities, click on add new identity, that will open up a window to name this mail identity, once you do that connection wizard opens

- Your Name : When you send email, your name will appear in the From field of the outgoing message.  Type your name as you would like it to appear.

- Click Next

- E-Mail address : Your e-mail address is the address other people use to send e-mail messages to you.  Enter the email address you want configure this to send/receive email for.

- Click Next

- E-Mail Server Names : Select POP3 or IMAP for my incoming mail server is a

- Incoming mail server :  yourdomain.com

- Outgoing Mail server :  yourdomain.com

- Click Next

- Internet Mail Logon:  Account name : Enter your username for this email address
Password:  Enter the password for this email address

- Do not check Log on using Secure Password Authentication (SPA)

- Click Next

- Click Finished

- Now lets manually set a couple settings

- Click on tools, then accounts, select the mail tab and then click on properties

- Go to the servers tab

- Look for Outgoing mail server and check the box for my server requires authentication

- Then click on settings button right after that

- Select log on using and then enter your username and password in the blanks.

- Do not check Log on using Secure Password Authentication (SPA)

- Click on OK button

- Now select the Advanced tab at the top

- Outgoing mail (SMTP) port number : 25 is default and will work for most but some ISPS are blocking this port, so use 587 if 25 will not work for you.

- Click APPLY

- Click OK

- Close out your mail program

- Open Outlook Express back up and you should be ready to send and receive email

Happy E-Mailing :-)

M3Server – Virtual Dedicated Servers