Monday, March 9, 2015

Redirect (301) for website homepage

If you want to redirect http://www.example.com to http://example.com, you can use this:
RewriteCond %{HTTP_HOST} ^www\.example\.com$
RewriteRule ^/?$ "http\:\/\/example\.com\/" [R=301,L]
- If you want to redirect http://example.com to http://www.example.com, you can use this:
RewriteCond %{HTTP_HOST} !^www.example.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]

Read more…

Monday, January 19, 2015

htaccess file code

RewriteEngine On
RewriteCond %{HTTP_HOST} ^sitename.com [NC]
RewriteRule ^(.*)$ http://www.sitename.com/$1 [L,R=301]

Read more…

Thursday, February 13, 2014

Justify your wordpress content

1. <p style="text-align: justify;"> text </p>
2. <div align="justify"> text </a>

Read more…

Friday, January 24, 2014

Google Search Tools Are Awesome – You shouldn’t Miss Learning it

Normally everybody simply do a Google search like writing the keyboard and hit ENTER. Let’s say AN example of individuals UN agency area unit looking for on-line Mobile Accessories traditional net users simply click on the highest ten results and power users search prior to means . therefore let’s use the advance program trick to seek out the accessories you’re craving for.

With this trick you not only get quick results but also more ideas and amazing accessories for your phones. Let’s get started.
  • Log in to google.com 
  • Do a search like ” iPhone 5 accessories” (without quotes )
  •  You will get prime 10 websites but this might or might not assist you.
  •  Therefore this the place “Google Advance Search choices ” comes handy.
Google search tools



  •  After you click on the Search Tools choices you may get a bunch of fantastic choices like “Time range” and “All results” . we'll discuss every of them below.
Time Range

With this point vary search engine optimization tool you'll do plenty of things like you'll notice the accessories that area unit simply uploaded few seconds back or few hours back. With this feature you'll keep it up eye on latest product more during a eCommerce website like amazon, ebay etc..
time range search tools


All Results 

In the all results tab we tend to got numerous superb options like near , Visited sits , not visted sites etc..



all results search tool
So after you getting to purchase any mobile accessories , gadgets or the other stuff you can search on totally different eCommerce sites and forums right ? Let’s say you search a hundred websites and people sites area unit visiting sites . With this superb Visited pages feature that causes you to search inside seconds . No have to be compelled to search once more and once more and time waste.

Another feature is near , you'll get results near your location. This feature very useful for native search deals, product or any services.

I use these Google search tools ton and it virtually saves lot of your time . That’s however we tend to save time and search sort of a professional and you retain on excavation a lot of search options whichs makes life a lot of higher .

Over To you !

So what does one consider this superb options ? does one explored or used it before ? Or does one understand any best search choices ? Do allow us to understand. we'll glad to feature them within the post


Read more…

Monday, December 16, 2013

Robots.txt file code for website

User-agent: *
allow: /
sitemap:http://www.site name.com/sitemap.xml
Disallow: /admin

Read more…

Thursday, August 29, 2013

complete website analysis tool

Read more…

Saturday, August 24, 2013

google sendbox cheakar tool

http://pixelgroove.com/serp/sandbox_checker/

Read more…