Questions tagged [url-masking]

114 questions
0
votes
1 answer

.htaccess Masking Domains

I have a server. Lets call it http://A.com I also have an 'Enjin' forum board. Lets call it http://A.B.com. The server is useful for many scripts and functional components for the admins. The forum boards are for the community, but I can only add…
Chris Watts
  • 6,197
  • 7
  • 49
  • 98
0
votes
1 answer

Uncaught DOMException: Failed to read the 'sessionStorage' property from 'Window': Access is denied for this document. in iframe wordpress

I have a website made with wordpress as a subdomain, but i want to mask the URL. I used the frame tag but the website doesn't load. I have tried it in Several Browsers but all throw same error.` Uncaught DOMException: Failed to read the…
0
votes
1 answer

.htaccess rewrite rules to new domain name & path (retain file name)

This is our 1st attempt with .htaccess scription. Please help us with the below requirement: Actual URL: https://domaina.com/Criteria1/valueaddedcourse/2202223742-first aid course.pdf If the URL Contains "/Criteria1/valueaddedcourse/" then it should…
0
votes
1 answer

Create an external load balancer to Cloud CDN with Cloud Functions

I try configure my Google Cloud Functions by using CDN. I try use this tutorial: https://cloud.google.com/cdn/docs/setting-up-cdn-with-serverless With one function as Backend Endpoint looks all good, and if I open Load Balancing Frontend IP I see…
0
votes
2 answers

Masking URL in Status Bar

I'm hosting my own website on my personal server running Ubuntu server. My public IP address is showing up in the status bar each time someone visits my sites or hovers over one of the links on the pages (i.e. when going to the home page it says…
lbj-ub
  • 1,425
  • 2
  • 19
  • 34
0
votes
1 answer

How to mask a subdomain URL with CNAME record?

I need to mask the subdomain URL http://3477er.domainB.com with https://sub.domainA.com Both in different servers. So I create the "sub" alias in domainA server pointing to https://34tter.domainB.com with a CNAME record and waited for its…
oramoetaro
  • 543
  • 1
  • 6
  • 9
0
votes
1 answer

Zen cart using html links, but no html files

I am working with a pre-existing zen-cart site has been worked on over the years by multiple teams. Backtracking through all of the teams is not a viable option. Some of the development teams implemented some hacks, one of them being replacing how…
user396404
  • 2,759
  • 7
  • 31
  • 42
0
votes
1 answer

Can we do & how to make URL masking for angular project

I'm trying to mask the URL for angular project. I could mask the URL for index.html. But if I'm trying to mask for a component, its throwing 404 error I have tried writing Rewrite rule in Tomcat RewriteCond %{REQUEST_URI} ^/(.)$ RewriteRule ^/(.)$…
0
votes
1 answer

I need help getting an outside url to display as if it is part of my site

I have a client who's site is hosted by siteground and is built with wordpress. He had another company develop a virtual tour site that is being hosted on digital ocean by the developers. I am trying to make it so when you visit…
Niko Roberts
  • 2,091
  • 2
  • 8
  • 5
0
votes
1 answer

How to make htaccess redirected download urls be only accessible by logged-in members on Wordpress?

In general, the question is: How to mask external download links as internal links and to be only accessible by logged-in wp users at htaccess level or with PHP script? We have Perl based script at our external URL and its generating different…
0
votes
1 answer

WordPress: Mask page URL

I have a form that redirects and opens a "thank you" page on submission, but I would like no one to have access to this page by URL. This page should be accessible from the redirection of the form. The problem is that I tried to do it from…
Despotars
  • 541
  • 1
  • 8
  • 23
0
votes
2 answers

url-masking redirect http to https using .htaccess

I have created url-masking (url-mapping) on my portal. Same php code are running with different urls. My portal link is http://subdomain.domain.in (main-link) and client url is http://www.client-domain.com. I want to redirect client URL HTTP to…
0
votes
1 answer

Domain URL masking

I am currently hosting the contents of a site with ProviderA. I have a domain registered with ProviderB. I want users to access the contents (www.providerA.com/sub/content) by visiting www.providerB.com. A domain forward is easy enough and works as…
Justin Ward
  • 825
  • 1
  • 7
  • 14
0
votes
1 answer

How to add .htaccess URL mask so that specific pages are shown to be under subdomain

I got a site with some pages: http://example.com/myuglyurl.php?id=11 http://example.com/myuglyurl.php?id=12 http://example.com/myuglyurl.php?id=13 and, just for some pages, I want my users to see in their browsers that they are in subdomain, for…
Milos
  • 168
  • 2
  • 12
0
votes
1 answer

redirect and masking a domain on a restful api

so I'm very new to node.js and back-end. I've just deployed a restful api on AWS just as a little test, it really does nothing special, only some get-post requests updating a json. It works as expected. Problem is: the address is of course very long…
piLeoni
  • 131
  • 13