Why bootstrap datatable css file does not load - heroku

i have simple python/django app with bootstrap datatable which works fine in localhost. But not in heroku. the css file does load correctly it seems. What is the problem?
Can anyone help me fix this issue pls?
Link : https://aosoc.herokuapp.com/

Because Herokuapp works with HTTPS by default. You http://maxcdn.bootstrapcdn.com/ are trying to include a CDN with HTTP. This behavior is blocked by browsers by default.
Please try replacing it with the links below.
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js
https://code.jquery.com/jquery-1.11.1.min.js

Related

How to fix problems when Laravel pages are not loading properly after uploaded to the host

I have uploaded my first Laravel project folder to the host and when I load the page it appears broken but it works properly in localhost. Do not know how to fix, some advice would be great. Thanks in advance.

TYPO3 HTTPS://www. redirects to Page Not Found

Hope that someone can help me solve this strange https:// behaviour in TYPO3 8.7.2 (and 7.6)
All https:// referrers are working fine. The only one giving a problem is the https://www.hocom-advies.nl which produces an url like this:
https://www.hocom-advies.nl/hocom-advies.nl which results in a TYPO3 error: Page not found! ??
I have all rewriting in my Vhost. Only some basic TYPO3 rewrite stuff in the .htaccess file. And some basic TS lines in the config.
The same https request on an other TYPO3 8.7.2 system is working ok! Both settings in the VHost and TSconfig are equal.
So where to look for here? Any idea? Thanks.
your domain duplication can have multiple reasons:
have you configured config.absRefPrefix = / (or have you inserted your domain?)
don't use baseURL!
are your rewrites clean? (no missing protocols?)
do you generate links without protocol?

No backend styling in OctoberCMS after deploying on IIS

I'm having a problem with the backend when I deploy my site to the IIS of my web host, it has no styling. At first I had this problem with my entire site but then I added the IIS configuration code from the documentation to my web.config file in the root map and it fixed the front-end but the backend is still broken. I can still login but there is just no styling, it's a bit difficult to navigate the backend that way ;)
Here is some more info:
PHP version 7.0.19
October system build 419
IIS webserver
This is how my backend login screen look right now
I added some other code snippets that I found on the internet to my web.config file but that didn't solve the problem. Has anyone encountered the same problem? If so, could you tell me what might fix this?
Edit: Chrome Network Tab
To deploying your octobercms to server, you need to change the url parameter in config/app.php file. It's should look like this:
'url' => 'http://yourdomain.com/',
Don't forget it should contain http:// or https:// string.
Hope it helps

Angular UI-Router (1.x) Change Host Url

I have a requirement from a client to change the web site Url to a subdomain when they enter the checkout section of the site we are developing for them. For example from www.mysite.com to checkout.mysite.com. We are using UI-Router in HTML5 mode and would like to have the router change the Url to the subdomain instead of going to www.mysite.com/checkout. Does anyone know a way that this can be accomplished? I've also tried using pushState but without success. All of the subdomain suggestions I've tried have not worked. Honestly even if I just put a "fake" url that would work fine too. Changing the Url is more of a visual thing instead of actually redirecting to a subdomain.
After much review I found that this cannot be done because it is a security issue; even switching to a subdomain (which is what I was trying to do) is not allowed.

ckeditor doesn't load on public website

my ckeditor is working fine on localhost, but when I uploaded my website, it doesn't load at all. Here is the website which contains the ckeditor samples: http://iqdcconsultancy.co/test1/admin/ckeditor/samples/
Appreciate if someone can help!
That URL works fine for me. Maybe clear your cache for that website, or check your console for errors.

Resources