Search Engine Friendly URL to require no www or redirect to site without www using .htaccess

Posted by admin

Using .htaccess to redirect your site to any specific url you want is just so easy. If you want to redirect your site to site URL that dont have wwww, like from http://www.myweb.com will be redirect to http://myweb.com. This method will help your site URL to be more minimize, clean and SEF url. So place the code inside your .htaccess file.

# put this .htaccess file to your site root directory #

Options +FollowSymLinks
# start the Rewrite Engine or Rewrite Mode #
RewriteEngine On

# check if url has www #
RewriteCond %{HTTP_HOST} ^www\\.mysitename\\.com$ [NC]

# redirect url to your url that dont have www #
RewriteRule ^(.*)$ http://mysitename.com/$1 [R=301,L]

Back to List | Comments (0) | October 03, 2009 at 03:28 pm

0 Responses

No Records Yet.

Leave a Reply

Name (required)

Email (required) will not be publish

Website (optional) ex: http://www.domain.com

Notify me of followup comments via e-mail. (optional)

Your Message (required)

Enter Security Code (required)
captcha  

Latest News (2)

iWebProvider.com No 1 at Yahoo search engine for the keyword -filipino web developer.

Posted on October 02, 2009

On Sept 6, 2009 iWebProvider.com is No. 1 at Yahoo and Google for keyword "filipino web developer".

continue reading

Launching of the updated iWebProvider.com

Posted on October 02, 2009

Now as of July 7, 2009 the launching of iWebProvider.com with its improve feature and the used of its very own CMS. It now has features like Blogs, comments on News articles and the upcoming user registration.

continue reading

Wise Words

"It's not about how many you have learned but how much you have utilized and mastered what you have learned."

- by: Mark Lester
Get subscribers