Add config options for clean URLs and H5BP's .htaccess
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user