I have an internal dev site, whatever.dev that's accessible only on our internal network, that I now need outside users to be able to access via, lets say whatever.selfip.com:90 . I have all the redirects setup so port 90 nats to 80 etc. But then drupal 8 will throw 400 errors on its CSS. Is there an way for me to configure the settings.php or similar for multiple base urls?

Comments

sachinsuryavanshi’s picture

Did you try virtual host instead of URL redirect?

Try that might help!