Questions tagged [url-masking]

114 questions
7
votes
0 answers

Using Custom domain, URL mask with CloudRun services and a NEG

I am having issue using the Serverless NEG and URL Masks with Custom domains. Here is some background: I have multiple services deployed as CloudRun services (login service, search service, feedback service). I am trying to setup a custom domain…
6
votes
2 answers

Mask forwarded blogger urls to own domain urls

Following Rounin's answer carefully written (thanks a lot) on how to redirect any blogspot urls with any extension to the mydomain.com corresponding URL, now the question is how can I mask the URL? I mean, once the blogspot URL redirects to the…
cplus
  • 1,115
  • 4
  • 22
  • 55
4
votes
2 answers

Is it possible to URL mask a domain name with a different one using mod_rewrite?

Here is the scenario - I have a website where customer's websites run under mine. So as an example, my domain is www.mainsite.com and a customer's website would be www.customer1.com --- but when someone goes to customer1.com, the index.html file…
katura
  • 2,177
  • 14
  • 39
  • 48
4
votes
0 answers

How to redirect with masking a domain with frame and preserve bootstrap responsiveness on mobile

I have read numerous posts on the problems but have not found a solution yet... so here is my new post. All my domains are hosted at GoDaddy. The main url is helloguest.com.au. I have setup heavenlyhyams.com.au to forward with masking to…
Paul Godard
  • 1,055
  • 1
  • 14
  • 30
4
votes
3 answers

.htaccess hide subdirectory url after redirect

I'm redirecting a website to a subdirectory I created. The subdirectory contains an installation of WordPress and now I want to mask the subdirectory url from the website. Now it's something like http://mywebsite.com/apt/ I want to remove the /apt/…
Phillip
  • 4,276
  • 7
  • 42
  • 74
3
votes
1 answer

URL masking not working for URLs that omit the trailing slash

There are a lot of similar questions, but none seem to be the exact fit for me. I am moving away from a WordPress site to a simple static site. However, I am currently prohibited from removing the WordPress site hosted in the public_html folder…
Keisha W
  • 686
  • 6
  • 17
3
votes
3 answers

Masking URL in HTML

I have one HTML page. Assume the URL is http://localhost/local/local.html but i want to mask the URL as http://localhost/local/abc can we do like this?
Teja
  • 837
  • 3
  • 14
  • 24
3
votes
2 answers

Remove Query String Parameters

Is there any way to remove query string parameters from url in azure api management? Thanks in advance
monsoonrainbow
  • 149
  • 3
  • 10
3
votes
1 answer

URL Mask/Cloak with redirect

Am trying to do the following. My website is hosted on www.sitehost.com/uk But I own this domain. www.mainsite.co.uk Is it possible to redirect the user hitting www.mainsite.co.uk to www.sitehost.com/uk but retain the www.mainsite.co.uk? I tried…
Komsomol
  • 698
  • 10
  • 27
3
votes
3 answers

should I allow "." in URL?

I am doing URL masking by using codeigniter routing. Here I allow user to enter a text which will be URL of his offer details on under a specific URL. ie,if user entered "offer1" then his offer details will be available on…
shihabudheen
  • 696
  • 8
  • 26
2
votes
1 answer

How to properly create URL Masking for Cloud Functions to create a NEG?

I'm trying to protect my Firebase Cloud Functions with Cloud Armor so I'm trying to setup Load Balancer. I created a Backend and added a Serverless Network Endpoint Group. In this panel, I can select only one cloud function but I have more than one…
2
votes
2 answers

How to use .htaccess to redirect while maintaining the original URL

I am trying to use the .htacces file to redirect any files or subfolders in a derectory to one file, while still maintaining the original URL input. So if a user goes…
skanvy
  • 53
  • 7
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…
2
votes
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
  • 24,792
  • 68
  • 164
  • 231
2
votes
0 answers

nginx mask URL not redirect

I have a site running on nginx. in my nginx/sites-available/default file I have a line: rewrite ^(.*)$ /search.php?path=$1 break; What this does is make examplesite.com forward to examplesite.com/search.php?path=$1 and then mask that new URL. So,…
Rorschach
  • 3,684
  • 7
  • 33
  • 77
1
2 3 4 5 6 7 8