Greenguy's Board


Go Back   Greenguy's Board > Blogs and Blogging
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-12-22, 01:06 AM   #1
Halfdeck
You can now put whatever you want in this space :)
 
Halfdeck's Avatar
 
Join Date: Oct 2004
Location: New Haven, CT
Posts: 985
Send a message via ICQ to Halfdeck
Yikes.

Bed time for me, but I recommend using a HTTP header checker and a test directory before making a new .htaccess live.

This is what I use:

RewriteEngine On

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

(Yeah, www and non-www are backwards for you).
__________________
Success is going from failure to failure without a loss of enthusiasm.
Halfdeck is offline   Reply With Quote
Old 2006-12-22, 01:28 AM   #2
NobleSavage
Lord help me, I'm just not that bright
 
Join Date: May 2006
Posts: 103
Send a message via ICQ to NobleSavage
Quote:
Originally Posted by Halfdeck View Post
Yikes.

Bed time for me, but I recommend using a HTTP header checker and a test directory before making a new .htaccess live.

This is what I use:

RewriteEngine On

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

(Yeah, www and non-www are backwards for you).
Thanks man - putting a "/" at the end of the RewriteRule fixed the problem.


And let me leave you with a question for when you wakeup tomorrow


Have you had any canonical issues with WP serving up pages in both forms:

domain.com/page/
and
domain.com/page

?

Not sure if If it's worth the trouble of trying to fix that...

Last edited by NobleSavage; 2006-12-22 at 02:07 AM..
NobleSavage is offline   Reply With Quote
Reply


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 On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:23 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc