Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Fix FilterProvider in .htaccess in Apache 2.4 #287

Closed
wants to merge 1 commit into from
Closed

Fix FilterProvider in .htaccess in Apache 2.4 #287

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 24, 2014

Apache 2.4 configuration on FilterProvider changed.
This generate a problem of Internal server error 500 in Apache 2.4.

In this commit, I added a IfVersion into the htaccess to help check
Apache version before doing FilterProvider
Details of Apache’s change:
http://httpd.apache.org/docs/2.4/upgrading.html

Apache 2.4 configuration on FilterProvider changed.
This generate a problem of Internal server error 500.
In this commit, I added a IfVersion into the htaccess to help check
Apache version before doing FilterProvider
Details of Apache’s change:
http://httpd.apache.org/docs/2.4/upgrading.html
@sindresorhus
Copy link
Member

We get the file from https://github.com/h5bp/server-configs-apache/blob/master/dist/.htaccess So you would need to open a PR there instead first ;)

// @alrra

@alrra
Copy link
Contributor

alrra commented Sep 24, 2014

Apache 2.4 configuration on FilterProvider changed.
This generate a problem of Internal server error 500 in Apache 2.4.

So you would need to open a PR there instead first ;)

@sindresorhus, @Tomsqualm That issue was resolved more then 2 years ago (see: h5bp/html5-boilerplate/issues/1012 and h5bp/html5-boilerplate@a36b296).

We get the file from https://github.com/h5bp/server-configs-apache/blob/master/dist/.htaccess

@sindresorhus That file was taken from HTML5 Boilerplate from way before the server-configs-apache repository even existed. The .htaccess file should be updated.

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

Successfully merging this pull request may close these issues.

2 participants