joshis Posted November 10, 2010 Share Posted November 10, 2010 Hi, I need some help about .htaccess file. I want to redirect http://www.yourdomain.com to http://yourdomain.com. how to do this? I have a code, can anyone correct it? RewriteEngine On RewriteCond $1 !^(index\.php|images|css|js|uploads|ckeditor|photos|albums|books|robots\.txt) RewriteCond %{HTTP_HOST} ^www\.yourdomain\.com$ [NC] RewriteRule (.*) http://yourdomain.com/$1 [R=301,L] I am developing the site using codeigniter Thanks Arun Link to comment https://forums.phpfreaks.com/topic/218271-htaccess-url-redirection/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.