I have a sharepoint website where somehow the permissions on it got messed up. Users with read access can get to the site, but when they get thier the site is messed up. I can replicate the look by disabling core.css on the site. I checked
and the users do have core.css in the source, but If you try to load it you get access denied.
The masterpage is referencing the core.css file that is relative to the site, not the one in _layouts.
How do I fix this permissions issue, It seems liek the only way to access core.css is through sharepoint designer and in there I cant see a way to fix the permissions.
View Complete Post