I am using an Ubuntu server 16.04 server and it works with Apache2
I'm trying to do the following:
When a user visits my url cdn.mywebsite.com
the .htaccess
act and return 192.168.12.14/
Visitor - > cdn.mywebsite.com - > 192.168.12.14 /
I am using this code for redirects
Redirect 302 / http://192.168.12.14/
It works perfectly but what I want to achieve is that the visitor in his address bar does not see the IP address 192.168.12.14/
if not that%% of% is kept
How could I do it? Thanks!