Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

htaccess xml file blocking #879

Open
tablatronix opened this issue Jul 24, 2014 · 4 comments
Open

htaccess xml file blocking #879

tablatronix opened this issue Jul 24, 2014 · 4 comments
Labels
Milestone

Comments

@tablatronix
Copy link
Member

we block all .xml files which is silly.

themes and uploads does not need blocking.

change
<Files ~ "\.xml$">
to be data dir specific

@tablatronix tablatronix added this to the v3.4.0 milestone Jul 24, 2014
@Markus00000
Copy link

Just ran into this issue. browserconfig.xml is also being blocked which interferes with tiles settings in IE 11:

http://msdn.microsoft.com/en-us/library/ie/dn455106(v=vs.85).aspx

@tablatronix
Copy link
Member Author

unfortunately you cannot use paths in directives.
So we cannot block data/.xml

We could use a rewrite rule redirect or redirectmatch rule.

@tablatronix
Copy link
Member Author

@tablatronix
Copy link
Member Author

tablatronix commented Jun 25, 2017

Possible solution

In themes
Satisfy Any
Allow from all

nope doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants