I have recently completed a website that worked without problem on all platforms. Almost all pages use a rewrite rule for the url. Today I find that my once working site is now not working on the mac platform. Here's the problem, if I go to:
[
the-books-man.co.uk...]
from my mac browser I get a completely blank screen (no errors, nothing), on a pc the page displays fine, this url however:
[
the-books-man.co.uk...]
displays fine on both mac and pc.
The rewrite rule I am using is
RewriteRule ^display/([^/]+)/([0-9]+)\.html$ display.php?nav=$2
I was under the impression that the htaccess rewrite was performed server-side so I'm a tad confused.
I am at a loss and would be most grateful to anyone who could shed some light on the problem.
Many thanks in advance.