You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2024. It is now read-only.
Calinou edited this page Jul 26, 2015
·
15 revisions
Frequently Asked Questions
Why am I getting a 403 error when visiting the _public folder?
All files and folders inside _public are remapped, hence you should not point your browser to _public, but to its parent folder.
Why am I getting a 404 error when clicking a link?
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/.
Why are there no Glyphicons displayed when using Bootswatch?
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.