View Single Post
Old January 9th, 2009, 07:52 AM   #24
TheDuck
Da Duckman
 
TheDuck's Avatar
 
Name: Duckman
Location: Pensacola, FL
Join Date: Nov 2008

Motorcycle(s): '08 250R, '06 Chopper, '80 Puch Magnum II, '01 SV650, '99 CR250/CR500AF Sportbike. '02 CRF450/CR500AF Dirt

Posts: 480
Quote:
Originally Posted by Alex View Post
Alright, troublemaker, all domains are now pushed to the full www URL.

(thanks for the tips, and keep 'em coming!)

Folks who were using ninjette.org instead of www.ninjette.org may see a login prompt (though many may not), but it's just a one-time thing and won't happen again...
Uh oh, its not seeming to work right, attempt to follow this link to view this thread:

http://ninjette.org/forums/showthrea...7648#post17648

The URL doesn't get rewritten and doesn't append the WWW.

I do get redirected if I go directly to http://ninjette.org/ though.

What method are you using?

I see the server is using Apache, I prefer mod_rewrite in that case. You could put this in your .htaccess file in your webroot.

Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^ninjette\.org [NC]
RewriteRule ^/(.*) "http://www.ninjette.org/$1" [L,R]
TheDuck is offline   Reply With Quote