Rewrite question

This is a discussion on Rewrite question within the Linux Web Servers forums, part of the Web Server and Related Forums category; I have a silly question if anyone can spare a moment -- I'm downright terrible when it comes to Mod ...


Go Back   Usenet Forums > Web Server and Related Forums > Linux Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 05-29-2005
jbysmith@yahoo.com
 
Posts: n/a
Default Rewrite question

I have a silly question if anyone can spare a moment -- I'm downright
terrible when it comes to Mod Rewrite and regex.

Basically, all I need is an addition for .htaccess to redirect a domain
(or more specifically, trim off www or whatever's at the beginning.)
For example, if the user put www.domain.com in the browser, the
htaccess should redirect to domain.com.

I *think* I came close, but it doesn't work, the browser returns with
too many redirections error (caught in a loop):

RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC,OR]
RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]

Any suggestions? Thanks

  #2 (permalink)  
Old 05-29-2005
Mads Toftum
 
Posts: n/a
Default Re: Rewrite question

On 28 May 2005 22:31:31 -0700, jbysmith@yahoo.com <jbysmith@yahoo.com> wrote:
> I *think* I came close, but it doesn't work, the browser returns with
> too many redirections error (caught in a loop):
>
> RewriteCond %{HTTP_HOST} ^www\.domain\.com$ [NC,OR]
> RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]
>
> Any suggestions? Thanks
>


[NC,OR] looks wrong - any improvement with just [NC] ?

vh

Mads Toftum
--
Speaking at ApacheCon 2005/EU - http://apachecon.com
  #3 (permalink)  
Old 05-31-2005
jbysmith@yahoo.com
 
Posts: n/a
Default Re: Rewrite question

That was it, removed the OR and it's working as intended -- appreciate
it.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:21 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0