Archive for the ‘Troublshooting’ Category

Wamp Server Error in Windows 7

with one comment

We love Wampserver and use it heavily for development on our local machine. Just today I observed this problem that I cannot execute anything at Localhost.

As it was working fine before, I knew I just installed Skype yesterday so this helped me found the problem.

Here is the solution: Open Skype > Tools > Options > Advanced Settings > Connection

Then Uncheck: User Port 80 and 443 as alternatives for incoming connections.

Now restart Skype and Restart Wampserver and Problem is gone!

Enjoy coding!

Written by Mohsin Rasool

March 24th, 2010 at 9:48 pm

Transferring WP Blog to New Location With all URLs Intact

without comments

I just discovered my years old blog at my website www.AcmeAims.com which I plan to use for Self Development and Motivational Stuff when I will be free from my business projects.

There I had a blog about Website traffic which i decided to transfer to www.FreeInstantTraffic.com/blog . I wanted to preserve all URLS to posts intact as old blog was indexed in Google and other search engines deep and many users were coming there.

Using the built in function of Import and Export of WordPress i imported all content to new blog. But I was concerned about the URLs structure as I want the incoming users from SEs to go directly to right post without error.

The htaccess file did the magic. I just added one line at my previous blog’s .htaccess file and I am done. Everything was taken care by .htaccess file and every old link is pointing to right link to new blog. For example this was post old blog: http://www.acmeaims.com/website-traffic/seo-wordpress-and-keywords-in-url.html … You see this redirect to new Blog’s correct post flawlessly.

Ok how you can implement this too with your old blog’s .htaccess file:

Open you .htaccess file and implement this line of code as shown:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /website-traffic/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /website-traffic/index.php [L]
Redirect 301 /website-traffic/ http://freeinstanttraffic.com/blog/
</IfModule>

# END WordPress

In above .htaccess file the RED line was added.. where as /website-traffic/ is folder in old domain and http://www.freeinstanttraffic.com/blog is link to new blog.

If your previous blog was at root domain.. it could have been like this:

Redirect 301 / http://www.freeinstanttraffic.com/blog/

Note: I had to set the same Permalink structure for new blog as it was for previous to make this work right.

Written by Mohsin Rasool

November 2nd, 2009 at 2:27 pm

One.com Hosting MX Entry for Google Apps

without comments

Recently we had to setup the Google Apps (Google Mail) for a client with One.com hosting company. Everything was same but MX entry for Mail DNS server was not as advised by Google or as per other hosts.

It is always suggested to add .(period) in the end of host entry like: aspmx.l.google.com. Notice the ". " in the end of the above host address but ONE.com hosting will not accept it, they will simply empty the records and will not show any error or whatsoever.

So for ONE.com hosting clients it is recommended to use Host names without PERIOD at the end so that your entries will look like this:

Google Apps MX entry settings at ONE.com Hosting

Notice there are no PERIODS at the end of Server entries.

Written by Mohsin Rasool

October 27th, 2009 at 5:21 pm

Do you want more traffic for your websites and blogs? Subscribe to Fit Tips Newsletter and Also checkout Free Instant Traffic (FiT) Reports