Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 29
  1. #11
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Macs Forbidden???

    You're probably right, if nobody has ever complained about this prior. I don't have access to a mac, and I'm not going to ask my customer to test for me... and I'm in the middle of re-developing the site from scratch for 1.3.x - so I'm not going to worry about it for now.

    I'll ask the customer to try again once I get the new site up. If it still doesn't work, I'll investigate further.

    - Steven

  2. #12
    Join Date
    May 2004
    Location
    Northern Ontario, Canada
    Posts
    440
    Plugin Contributions
    0

    Default Re: Macs Forbidden???

    Quote Originally Posted by s_mack View Post
    Looking into it further...

    ...
    Anyway... July 2003 isn't THAT old, and current browser statistics show that a significant number of users (3-4 percent) still use IE 5.x so I thing it might be worth ZC's time to see what the problem might be... however, I also know we must move on and I would never suggest losing common or popular features over it....

    - Steven
    That 3-4 percent is Windows IE 5.x users mostly. Mac IE 5.x is a completely different browser from top to bottom, in and out. Although a nice tool in it's time, it is almost completely gone and I would guess it's usage rate at somewhere less than 1/2 of one percent.

  3. #13
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Macs Forbidden???

    That was my first thought... but when I dug further, about 83% of the 3-4% of IE 5 represents the Mac users. A *VERY* small %age of users use Win IE 5.x. So you got it backwards. It makes sense when you think about it.. .why would anyone use IE5? Its far more likely because they don't have an option (Mac) because if you can upgrade (Win) you would.

    - Steven

  4. #14
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Macs Forbidden???

    Can you check the server's errorlog ? It should tell you the reason for the 403 error. Chances are the 403 is followed by a 404 error as well.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #15
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Macs Forbidden???

    Peculiar. Just tested on IE 5.2.3 (5815.1) and still has same symptom as 5.2.2

    But, FF 1.0, 1.5, Camino 1.0, and Netscape 7.2 Safari 2.0, Opera 9.0 etc are fine
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #16
    Join Date
    May 2004
    Location
    Northern Ontario, Canada
    Posts
    440
    Plugin Contributions
    0

    Default Re: Macs Forbidden???

    Quote Originally Posted by s_mack View Post
    That was my first thought... but when I dug further, about 83% of the 3-4% of IE 5 represents the Mac users. A *VERY* small %age of users use Win IE 5.x. So you got it backwards. It makes sense when you think about it.. .why would anyone use IE5? Its far more likely because they don't have an option (Mac) because if you can upgrade (Win) you would.
    Good point, though it would suggest that 1/3 to 1/2 of Mac users are still using IE. That doesn't sound quite right either, but who knows.

    As to the problem...
    I have some vague memory, that I can't quite recall, about IE 5.x on Mac treating paths to stylesheets, or paths within stylesheets, in some strange manner. Some misinterpretation or bad assumptions about all relative paths being off of root instead of the current dir. I wish I could remember a little better, but perhaps it's something along those lines. Ultimately, as the Dr says, is there anything in your logs?

  7. #17
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Macs Forbidden???

    to further answer your Q (in case I did change the htaccess and forgot) here is the one in my root folder:

    Options All -Indexes

    RedirectMatch permanent ^/$ http://smartieparts.com/shop
    Although this may seem like an odd-ball problem, it could be happening to others who are not reporting the problem.

    I would suggest you either add a forward slash to the end of your directive:
    RedirectMatch permanent ^/$ http://smartieparts.com/shop/

    and/or remove "Options All -Indexes".

    After all, if you are just wanting to redirect people from your Document Root to the 'shop' dir., not sure why the Options specification would be needed? And if you do work this person again, have them type; http://smartieparts.com/shop/ and then http://smartieparts.com/shop/index.php, directly into their Browser.

    If they still have a problem and you try again after removing the whole "Redirect" directive and the problem goes away, you know for sure the problem is on your end and not with any particular Browser.

  8. #18
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Macs Forbidden???

    Well, its obviously not with every browser, because it works just fine on my computer and the hundreds who have succesfully purchased from me... and I highly doubt they are all typing in the longer url.

    Is that .htaccess something I dreamed up once upon a time and don't remember doing? I assumed that was installed there by ZC??? No? I don't want to mess with it if it is core-installed... but if it is a forgotten mod that I did, then certainly I'll fix it. Someone please advise.

    DrByte... so you've confirmed the problem? On my site or a test site? Was the 5.2.3 a Mac IE or a Win IE?

    I'll dig through the logs and see if I can find it.

    - Steven

  9. #19
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Macs Forbidden???

    hmm.. ok, where are the logs?

    On my test server its no problem, but my live one is on a typical shared hosting platform. Would I have access to the ssh logs?

    Nevermind... found it.
    Last edited by s_mack; 1 Nov 2006 at 06:46 PM. Reason: resolved issue

  10. #20
    Join Date
    Jun 2005
    Location
    Kelowna, BC Canada
    Posts
    1,075
    Plugin Contributions
    6

    Default Re: Macs Forbidden???

    No errors registered on that day in the error_log file.

    I had errors on days near then, but all related to some error with a "useful links" page I added so I'm sure that's unrelated.

    - Steven

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. my site looks messed up on macs
    By shopjackiesjewels in forum General Questions
    Replies: 5
    Last Post: 20 Jul 2006, 11:33 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR