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

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -