├── .editorconfig ├── .travis.yml ├── LICENSE.md ├── README.md ├── composer.json ├── h5bp-htaccess.conf ├── ruleset.xml └── wp-h5bp-htaccess.php /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-h5bp-htaccess/HEAD/.editorconfig -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-h5bp-htaccess/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-h5bp-htaccess/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-h5bp-htaccess/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-h5bp-htaccess/HEAD/composer.json -------------------------------------------------------------------------------- /h5bp-htaccess.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-h5bp-htaccess/HEAD/h5bp-htaccess.conf -------------------------------------------------------------------------------- /ruleset.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-h5bp-htaccess/HEAD/ruleset.xml -------------------------------------------------------------------------------- /wp-h5bp-htaccess.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/roots/wp-h5bp-htaccess/HEAD/wp-h5bp-htaccess.php --------------------------------------------------------------------------------