-
Notifications
You must be signed in to change notification settings - Fork 46
FAQ
All files and folders inside _public
are remapped, hence you should not point your browser to _public
, but to its parent folder.
You will likely have to specify RewriteBase
. Open the .htaccess
file in the root-dir, then uncomment the setting and put the directory name there.
If you run Bootstrap Listr in /html/files
, this should be RewriteBase files/
.
This likely happens when you are serving assets a CDN. Only the default Bootstrap theme is hosted with Glyphicons, for all other themes you must either server assets locally or use a different icon set.
“Now that SSL is encouraged for everyone and doesn’t have performance concerns, this technique is now an anti-pattern. If the asset you need is available on SSL, then always use the https://
asset.” —Paul Irish (via)