Reputation: 4564
Is there any way of url masking with Magento.
For Eg :
Main website :
www.magento.com
another domain :
subdomain.magento.com
Now when i open www.magento.com website is masked/redirect to subdomain.magento.com with all the content of www.magento.com, and in URL it will display subdomain.magento.com.
let me know if this is possible in case of Magento without creating multiplestores.
Upvotes: 0
Views: 396
Reputation: 4564
This works for me :
Setup your URLs as “pointers” – all pointing to your Magento installation’s root directory
Navigate to your Magento Admin under System > Configuration > Web > Url Options and select “No” for “Auto-redirect to Base URL”.
That’s it! It should work exactly how you want it to.
Upvotes: 1