javascript - scripts and css not loading in web server -
my project build on codeigniter working fine in localhost
running in webhost. not able find scripts , stylesheet , site running without design appearing. made following changes before running in webhost:
config.php:
$config['base_url'] = 'http://'.$_server['http_host'].'/scholarship/';
the project inside scholarship directory inside domain name
database.php: all database settings done , working fine database part no error
check htaccess make sure correct on chrome, right click - view sourse - find , click url of script
Comments
Post a Comment