Results 1 to 10 of 3041

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Location
    Brooklyn,NY
    Posts
    25
    Plugin Contributions
    0

    Default Re: Apple Zen Support Thread

    general question.


    My store is set up by default to http://expample.com (when a user types in www.example.com - the page loads and displays "http://example.com", loosing "www.")
    if i want to change it to http://www.example.com, where in config do i add "www."

    thanx

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Support Thread

    Quote Originally Posted by kot1978 View Post
    general question.


    My store is set up by default to http://expample.com (when a user types in www.example.com - the page loads and displays "http://example.com", loosing "www.")
    if i want to change it to http://www.example.com, where in config do i add "www."

    thanx
    Check your .htaccess file in the root of your site:



    Code:
    ## Add these to your .htaccess file so that only one way to your site exists, either http://yoursite.com and http://www.yoursite.com ... the following adds the www if it's missing:
    
    
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^yoursite.com$ [NC]
    RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]
    
    ## If you'd like your site to go to http://mysite.com instead of http://www.mysite.com, add these changes instead:
    
    ##RewriteEngine On
    ##RewriteCond %{HTTP_HOST} ^www.yoursite.com$ [NC]
    ##RewriteRule ^(.*)$ http://yoursite.com/$1 [R=301,L]
    
    ## the following makes sure the correct mime type is sent for the .htc file
    
    AddType text/x-component .htc
    Then once you have that fixed, check both admin/includes/configure.php and includes/configure.php and make sure you have the www entered.

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3726
    Last Post: 2 Feb 2026, 06:28 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg