Moved Server Admin Not Working

Hello, I copied my store to a new server and everything is working perfect besides my admin panel. Whenever I try to access "https://www.mydomain,com/admin.php"it sends me to 'https://admin.php"

I deleted all the rules in my .htaccess, triple checked the DB, manually deleted the cache, cant figure out why it is doing this.

Hello, I copied my store to a new server and everything is working perfect besides my admin panel. Whenever I try to access "https://www.mydomain,com/admin.php"it sends me to 'https://admin.php"

I deleted all the rules in my .htaccess, triple checked the DB, manually deleted the cache, cant figure out why it is doing this.

Make sure that the following parameters are correct in the config.local.php file

$config['http_host'] 

$config[‘https_host’]

Make sure that the following parameters are correct in the config.local.php file

$config['http_host'] 

$config[‘https_host’]

For whatever reason I was missing a ' in the https_host, it works now!

thank you

You are welcome!