Add config options for clean URLs and H5BP's .htaccess

This commit is contained in:
Ben Word
2012-05-08 21:29:32 -06:00
parent a09a160450
commit 2652d6e888
2 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
<?php
define('ROOT_RELATIVE_URLS', true);
define('ROOT_RELATIVE_URLS', true); // Use root relative URLs
define('REWRITE_URLS', true); // Use rewrites for theme assets and plugin folders
define('H5BP_HTACCESS', true); // Include the HTML5 Boilerplate .htaccess
define('POST_EXCERPT_LENGTH', 40);
define('BOOTSTRAP_RESPONSIVE', true);
define('WRAP_CLASSES', 'container');