Jump to content

htaccess url redirection


joshis

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.