Zend certified PHP/Magento developer

How To Magento 2 Multi Domain + Multi Store View Setup

I have 1 website, 1 store and 2 store views, and 2 domains for each store view. How can i setup domain per store view.

I want to share same catalog so i am not going to create multiple websites or stores.

SetEnv parameters in virtual hosts conf files not working.

    ServerName exampledomain.com
    ServerAlias exampledomain.com
    SetEnv MAGE_RUN_CODE "en"
    SetEnv MAGE_RUN_TYPE "store"

“en” is store view code.