Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Composer: Unformatted page issue when not logged-in

Vote:
 

I've encountered this issue on two composer based sites now.

 

You can check it here, and you'll notice the site is not displaying correctly. This is based on the overlook template.

Looks like the CSS isn't applied properly.

But once you log in, the site would display correctly.

 

Is there any known issue with this? Encountered this on two sites already so I guess this is not an isolated case.

#56836
Feb 13, 2012 3:50
Vote:
 

Looks like you have a <authorization>-element in your web.config that blocks anonymous access to the scripts and style-files. Either fix that or add <location>-elements with separate <authorization>-elements for styles and scripts directories.

<location path="css-dir">
		<system.web>
			<authorization>
				<allow users="*"/>
			</authorization>
		</system.web>
</location>

    

#56844
Feb 13, 2012 9:22
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.