Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-13T09:17:57-05:00 http://www.primothemes.com/forums/feed.php?f=36&t=1066 2012-01-13T09:17:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=60433#p60433 <![CDATA[Re: Don't mix WWW and without!]]> Statistics: Posted by duncanmajor — January 13th, 2012, 9:17 am


]]>
2011-08-09T21:08:56-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=30349#p30349 <![CDATA[Re: Don't mix WWW and without!]]> Excellent question. Thank you.
musickjl wrote:
Correct, not having it as an active plugin on the main site, just the subsite. Thanks,
Unfortunately, a default installation of WordPress does not provide that ability in Multisite mode. However, one of these plugins may help you accomplish what you need to.

http://wordpress.org/extend/plugins/plugins-enabler/
http://wordpress.org/extend/plugins/exclude-plugins/
http://wordpress.org/extend/plugins/res ... e-plugins/
http://wordpress.org/extend/plugins/plu ... -networks/

Statistics: Posted by Jason Caldwell — August 9th, 2011, 9:08 pm


]]>
2011-08-09T13:50:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=30305#p30305 <![CDATA[Re: Don't mix WWW and without!]]> Statistics: Posted by musickjl — August 9th, 2011, 1:50 pm


]]>
2011-08-09T13:35:13-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=30299#p30299 <![CDATA[Re: Don't mix WWW and without!]]> Statistics: Posted by Cristián Lávaque — August 9th, 2011, 1:35 pm


]]>
2011-08-09T09:13:50-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=30269#p30269 <![CDATA[Re: Don't mix WWW and without!]]> Statistics: Posted by musickjl — August 9th, 2011, 9:13 am


]]>
2011-08-08T23:56:49-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=30256#p30256 <![CDATA[Re: Don't mix WWW and without!]]> Statistics: Posted by Jason Caldwell — August 8th, 2011, 11:56 pm


]]>
2011-08-08T16:41:27-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=30224#p30224 <![CDATA[Re: Don't mix WWW and without!]]> Statistics: Posted by musickjl — August 8th, 2011, 4:41 pm


]]>
2011-02-13T01:20:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=6653#p6653 <![CDATA[Re: Don't mix WWW and without!]]> Statistics: Posted by ThePick — February 13th, 2011, 1:20 am


]]>
2011-01-26T17:24:40-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=6056#p6056 <![CDATA[Re: Don't mix WWW and without!]]>
thanks

Statistics: Posted by james — January 26th, 2011, 5:24 pm


]]>
2011-01-13T06:12:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=5546#p5546 <![CDATA[Re: Don't mix WWW and without!]]>
cdvrooman wrote:
How would you handle support for HTTPS?

For example, redirecting https://example.com to https://www.example.com?

You might take a look here:
http://www.askapache.com/htaccess/ssl-e ... ccess.html

Statistics: Posted by Jason Caldwell — January 13th, 2011, 6:12 am


]]>
2011-01-08T15:17:12-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=5363#p5363 <![CDATA[Re: Don't mix WWW and without!]]>
For example, redirecting https://example.com to https://www.example.com?

Statistics: Posted by cdvrooman — January 8th, 2011, 3:17 pm


]]>
2010-11-24T09:10:52-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=4864#p4864 <![CDATA[Re: Don't mix WWW and without!]]> Statistics: Posted by PorridgePot — November 24th, 2010, 9:10 am


]]>
2010-10-29T22:50:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=4405#p4405 <![CDATA[Re: Don't mix WWW and without!]]>

Statistics: Posted by chelle — October 29th, 2010, 10:50 pm


]]>
2010-10-24T03:02:45-05:00 http://www.primothemes.com/forums/viewtopic.php?t=1066&p=4137#p4137 <![CDATA[Don't mix WWW and without!]]> don't realize that ALL browsers consider variations in your domain as "different". That is, EVERY browser sees each of these URLs as totally different destinations:
Code:
http://example.com/
http://www.example.com/
For this reason, most site owners implement .htaccess tricks to force one version or the other, so that a visitor could type either into their address bar, yet still end up in the right place.

Concerning the s2Member plugin for WordPress®:

If a Member logs in at: ( NOTICE the www. prefix )
Code:
http://www.example.com/wp-login.php
their login Cookie will ONLY be recognized on that particular variation of your site.

Now, if you created a link to: ( WITHOUT the www. prefix )
Code:
http://example.com/category/juices/
they would NOT be recognized as a logged-in Member, because they originally logged in on another variation of your domain ( with the www. prefix ).

Decide which variation you're going to use:
Decide early-on which domain variation you're going to use, and make sure that your installation of WordPress® is configured to match what you intend to use. Check your Dashboard under: Settings -> General. All of the URLs configured in that panel, need to match what you intend to use.

Remain consistent: Be consistent in the way you link to pages on your site. Please do NOT create links on your site that use different variations of your domain. That could result in a visitor logging in on one variation, but clicking links on your site that land them on another variation ( where they may not be recognized as a logged-in Member ).

Related articles:
http://blog.stackoverflow.com/2008/06/d ... ww-prefix/
http://www.codinghorror.com/blog/2008/0 ... ebate.html
http://www.besthostratings.com/articles ... ccess.html
http://codex.wordpress.org/Changing_The_Site_URL

Forcing one or the other:
http://www.besthostratings.com/articles ... ccess.html

Statistics: Posted by Jason Caldwell — October 24th, 2010, 3:02 am


]]>