Page 3 of 3 FirstFirst 123
Results 41 to 50 of 50

Thread: The new and improved Kershaw/ZT Website! - Launching Nov.1

  1. #41

    Sponsored Ad
    Remove ads and support BladeForums.com!
    The new site looks awesome! I really like the filter function, as well as the little bubbles summarizing the knife features. Great job!

  2. #42
    Join Date
    Sep 2011
    Location
    USA
    Posts
    66
    Like the site!, however I cannot get the warranty PDF to pull up, I get a 404 page not found error....

  3. #43
    Join Date
    Apr 2012
    Location
    Portland, OR
    Posts
    176
    Quote Originally Posted by Rocled View Post
    Like the site!, however I cannot get the warranty PDF to pull up, I get a 404 page not found error....
    I'll look into that.

  4. #44
    Join Date
    Sep 2011
    Location
    USA
    Posts
    66
    Thanks!

  5. #45
    Join Date
    Apr 2012
    Location
    Orygun
    Posts
    472
    looks like everyone loves the site a little too much . . It seems to be down for me.

  6. #46
    Join Date
    Oct 2012
    Location
    North Carolina
    Posts
    11
    What site? The damn thing won't load...

  7. #47
    Looks like a web server config problem. The virtual host they have answering for "kershawknives.com" seems to be pointed at an empty/nonexistent directory. Try http://www.kaiusaltd.com or http://kershaw.kaiusaltd.com.

    On the server side, looks like you're running Apache. Looks like the VirtualHost setting for the "www.kershawknives.com" server name is not configured right. Might look something like:
    Code:
    NameVirtualHost 173.247.253.181:80
    <VirtualHost 173.247.253.181:80>
        ServerName www.kershawknives.com
        DocumentRoot "/some/directory/name"
        ... some other stuff ...
    </VirtualHost>
    You might make it something like this to automatically redirect folks (seems like you're already doing this for "ztknives.com" and "shuncutlery.com")
    Code:
    NameVirtualHost 173.247.253.181:80
    <VirtualHost 173.247.253.181:80>
        ServerName www.kershawknives.com
        Redirect 301 / http://kershaw.kaiusaltd.com/
    </VirtualHost>
    I'm not sure how you have your web server configured, but looking at the symptoms, it seems the virtual host entry for "www.kershawknives.com" is the problem. Probably best to defer to your web guys.
    Last edited by flarp; 11-02-2012 at 09:57 PM.

  8. #48
    Join Date
    Oct 2012
    Location
    North Carolina
    Posts
    11
    @flarp

    You're awesome! Thanks for the help. The site looks great!

  9. #49
    Join Date
    May 2010
    Location
    Norway!
    Posts
    249
    I think I've browsed most of the site by now and I must say;WOW, excellent update! As Lynda mentioned there's still some quirks, but they are few. My only gripe so far would be the lack of the Skyline in the "Manual" folders section. Especially weird since the Skyline is used on Kershaw frontpage as a thumbnail and an example of a manual folder

  10. #50
    Join Date
    Apr 2012
    Location
    Portland, OR
    Posts
    176

    Sponsored Ad
    Remove ads and support BladeForums.com!
    Quote Originally Posted by Crackedblade View Post
    I think I've browsed most of the site by now and I must say;WOW, excellent update! As Lynda mentioned there's still some quirks, but they are few. My only gripe so far would be the lack of the Skyline in the "Manual" folders section. Especially weird since the Skyline is used on Kershaw frontpage as a thumbnail and an example of a manual folder
    Those are exactly the kind of quirks we want you to tell us about. Thanks for catching that. It should definitely be listed. I'll have them add it.

Page 3 of 3 FirstFirst 123

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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