Daily Archives: April 21, 2010

How to Redirect non-www to www for Codeigniter

RewriteEngine On                           #This bit rewrites your host name to include www RewriteCond %{HTTP_HOST} !^www\.doopromotion\.com [NC] RewriteRule ^(.*)$ http://www.doopromotion.com/$1 [R=301,NC,L] #This bit does the codeigniter magic RewriteCond %{REQUEST_FILENAME} … Continue reading

Posted in เกี่ยวกับนักพัฒนาเว็บ | Tagged , , , , , , | Leave a comment