Failed to load CSS

Asked

Viewed 75 times

0

1 answer

0


  • Good afternoon. I put as informed but without success: $config['base_url'] = 'http://23.88.113.70/public_html/sitemodelo/hqfree/';

  • @MHPA If possible update on the site so I can see the result. You can also remove the $config['base_url'].

  • It is updated on the site. vi in the commands it fails to load multiple files.

  • It is a VPS in budgetVM still missing configure a domain to replace ip, but first I would like to test the application.

  • Do the following. Add <base href="<?php echo base_url(); ?>" /> or else <base href="https://url-completa-do-site" /> in your file where the header

  • I added in my home-page.php this on the site, but nothing appeared

  • <base href="http://23.88.113.70/public_html/sitemodelo/hqfree/" /> <base href="<? php echo base_url(); ? >" /> <H1>test</H1> <div class="container"> <div class="Row">

  • @MHPA He must stay in the header, if possible after opening the tag. Ex: <html><header><base href="...." /> all the rest of the </header></html> code and remove the $config['base_url']

  • I added:<! DOCTYPE html> <html> <head> <base href="http://23.88.113.70/public_html/sitemodelo/hqfree/" /> <base href="<? php echo base_url(); ? >" /> <title> <?php echo $this->titleView;? > </title>

  • sorry I forgot to remove the other tag, now this removed.

Show 6 more comments

Browser other questions tagged

You are not signed in. Login or sign up in order to post.