Questions tagged [domain-masking]

36 questions
11
votes
3 answers

How do I enable custom domains for my users?

I am looking to allow my users to use their own domain name to access my web service. For example if I have a user with a profile at example.com/users/david how can I allow david to use exampledavid.com to access his profile page. I don't want the…
HWD
  • 1,887
  • 7
  • 30
  • 60
7
votes
2 answers

How does Java's bit shift operator work under the hood?

I didn't study IT, and only very recently came across bit shifts and an application for two's complement. So, can you please use simple English in your explanations and assume I know hardly anything about IP addresses, bit operations, and Java…
Christian
  • 5,291
  • 9
  • 40
  • 85
4
votes
0 answers

Google Domains forward a server website and don't change browser url bar

I have a DigitalOcean server with a website that is accessible from an IP with a port (ex. http://102.231.92.192:5000, this is not the real url but an example) and I have a Google Domain (ex. domainExample.com). I am trying to make it so that if a…
4
votes
2 answers

How to prevent our site from visitor access via domain masking or url masking

Example real site http://stackoverflow.com/ URL Masking http://masking.com/stackoverflow Question How to switch the URL masking http://masking.com/stackoverflow to original URL http://stackoverflow.com/ Let me know how can be done in PHP or…
kampit
  • 45
  • 5
2
votes
1 answer

URL Masking in address bar

I have an application in my server for example at www.myDomain.com/pos, my client wants to run this application with his domain name As: www.clienDomain.com/pos. But i don't want to install my application to client server. is there any way to…
1
vote
1 answer

Anyone familiar with Wordpress MU domain mapping? Need desperate help please

We have the Wordpress MU Domain Mapping plugin installed and have followed instructions to the best of our ability but we can't seem to get this working at all and I've tried everywhere to get advice but no-one seems to know anything about…
zigojacko
  • 1,781
  • 8
  • 38
  • 72
1
vote
0 answers

Using .htacces to mask a URL, make the subdomain the root domain

I currently have a cms which builds microsites in subdirectories. So the mainsite is the root and each subsite is in a subdirectory. eg root = www.mainsite.org microsite = www.mainsite.org/microsite I'm currently buying and parking domains on the…
1
vote
0 answers

Forward with URL masking is breaking the css for a site built with react gatsby and hosted on netlify

I have a site built on Gatsby JS (React) and whenever I forward a subdomain with masking the css for mobile breaks. My domain registrar is godaddy and forward without masking works For example: abc.mydomain.com -> mysite.netlify.com (No Masking)…
maazkabir
  • 11
  • 1
1
vote
1 answer

How to block Domain with Apache?

We have a website, example.com, on Digital Ocean. It seems there is a user that used to have our IP address that has enabled domain masking for their site, or they are just poingint their domain, domain.com, to our sute. We do not want domain.com…
LucyTurtle
  • 869
  • 12
  • 33
1
vote
0 answers

Is it possible to use google domains to forward a subdomain masked with a port and have that masked?

Suppose I own example.com and I have several services I want to expose to the internet. I'd like to create a subdomain devil.example.com and point it to http://example.com:6666. I can do this right now using Google's subdomain forward feature…
WhiskerBiscuit
  • 4,387
  • 6
  • 44
  • 86
1
vote
2 answers

I need to hide the full URL extensions of my website

I would like to mask the URL extensions of my website. If the name of my website is: mywebsite. I have various content pages on my site such as: contentpage1.html or contentpage2.html Normally, when a content page is opened, the browser address bar…
Jamie Sexton
  • 147
  • 3
  • 15
1
vote
2 answers

URL masking in JavaScript

I currently have the following JavaScript function that will take current URL and concatenate it to another site URL to route it to the appropriate feedback group: function sendFeedback() { url = window.location.href; newwin =…
Michael Kniskern
  • 23,162
  • 65
  • 156
  • 224
1
vote
1 answer

Grabbing masked URL in php from htaccess

How can I grab the masked URL in PHP from the htaccess? I have already tried HTTP_HOST, REQUEST_URI and SERVER_NAME but it always returns .com when I am trying to grab the masked url being .nl in this instance. HTTP_REFERER is not reliable and…
jk1001
  • 13
  • 4
1
vote
1 answer

How to forward to Lightswitch html client from domain root deployed on Azure Websites

I have successfully deployed a Lightswitch HTML application to Azure Websites. I have also forwarded my personal domain to mask the azurewebsite.net address. I am now able to access the site by typing mydomain.com/htmlclient and everything works…
1
vote
1 answer

Codeigniter Domain Masking for Amazon S3 Bucket

In my web app, i'm using Amazon S3 bucket to hold images and i need my codeigniter host to show images from S3 bucket but with my host url. For example: mywebapp.com/products/image1.jpg will display content from …
1
2 3