Results 1 to 10 of 3041

Hybrid View

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by HelpMeSell View Post
    OK, I added the above and now I get errors for both with www or no www in the begining (and i can see it adding the www automatically)
    Try this instead:

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

  2. #2
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Try this instead:

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^yoursite\.com$ [NC]
    RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]
    Just tried it, still the same but this time it won't add the www when i don't put www

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by HelpMeSell View Post
    Just tried it, still the same but this time it won't add the www when i don't put www
    At one point it seemed to be working (around 11 am today), cause I clicked on

    http://axlesforless.com/index.php

    and it went to

    http://www.axlesforless.com/index.php

    Ah, sorry, I made an error, it should be like this (of course replace yoursite with Your Site. :-)):

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

  4. #4
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    At one point it seemed to be working (around 11 am today), cause I clicked on

    http://axlesforless.com/index.php

    and it went to

    http://www.axlesforless.com/index.php

    Ah, sorry, I made an error, it should be like this (of course replace yoursite with Your Site. :-)):

    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^yoursite.com$ [NC]
    RewriteRule ^(.*)$ http://www.yoursite.com/$1 [R=301,L]
    I just changed it to the above and now it won't open properly in IE

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by HelpMeSell View Post
    I just changed it to the above and now it won't open properly in IE
    What's IE doing? What version? I just tested in IE7 and its working.

    Now also add back that .htc line in the .htaccess for IE versions earlier than IE7.

    ETA: Ah, I see your base href for the site is http://axlesforless.com instead of http://www.axlesforless.com. I forget where that's adjusted... in the config files, perhaps?

  6. #6
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    What's IE doing? What version? I just tested in IE7 and its working.

    Now also add back that .htc line in the .htaccess for IE versions earlier than IE7.

    ETA: Ah, I see your base href for the site is http://axlesforless.com instead of http://www.axlesforless.com. I forget where that's adjusted... in the config files, perhaps?
    Its IE6 which i am using...I added the .htc line it loads up fine but I still get the same error about accessing csshover.htc

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

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by HelpMeSell View Post
    Its IE6 which i am using...I added the .htc line it loads up fine but I still get the same error about accessing csshover.htc
    I think its because of the base href issue I mentioned in my previous post:

    <base href="http://axlesforless.com/" />

 

 

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