Redirect www to non-www in CodeIgniter applications
Posted in Articles on July 28th, 2011 by admin – Be the first to commentThere are many reasons why you should take care of your URL patterns and domain name rules in your applications. One of these reasons is about SEO, Search Engine Optimization.
In CodeIgniter applications we can easily use htaccess rules to prepare our applications in CodeIgniter for SEO. One of these changes involve to redirect all the traffic coming to www to non-www domain, or viceversa.
You can remove www from URL easily by changing your htaccess file and adding some basic rules. Also, there is a SEO Redirect tool that you can use to verify the redirect is SEO friendly.
Related searches:
- codeigniter redirect
- codeigniter redirect www
- redirect to www in codeigniter
- codeigniter domain redirect
- redirect in Codeigniter
- redirect with codeigniter
- redirect to www in javascript
- redirect www on codeigniter
- url redirect codeigniter www
- redirect from www to non-www codeigniter




