anil I have changed hosting provider and got a new domain. I copied database from my old site, moved the Tastyigniter folder, changed .env for the database and app_url, however, the html page comes malformed, the formatting of the home page and other pages is not right. What else need to be done short of a fresh install? Please see https://29degreesnorth.com/Tasty
gnulf I changed in /config/app.php all URL to the new one and in /config/database.php dbuser dbname dbpassword Thats all. Have you copied you complete doc-root - with all the .dot-files (.htaccess, etc.)?
sampoyigi Updating the config files might not be necessary if you’ve updated from the .env file. Are you using the correct scheme (https rather than http) for your APP_URL?
anil sampoyigi Thanks, I had specified unsecure connection (missed https) in the APP_URL. Fixing that now all seems to be working well. regards
gnulf If you inspect your browser-console (in firefox hit F12) you see some troubles. (Blocked loading mixed active content …)