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=30...

Read more…

Thursday, February 13, 2014

Justify your wordpress content

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

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...

Read more…

Monday, December 16, 2013

Robots.txt file code for website

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

Read more…

Thursday, August 29, 2013

complete website analysis tool

http://www.siteliner.co...

Read more…

Saturday, August 24, 2013

google sendbox cheakar tool

http://pixelgroove.com/serp/sandbox_checke...

Read more…