Questions tagged [url-masking]

114 questions
1
vote
1 answer

Wix Domain Route to AWS Instance

I have a domain at my WIX Account. I have an AWS EC2 Instance. For URL Masking, I approched this URL link: https://www.youtube.com/watch?v=tZh7sqs1YFo. Therefore, I created a Hosted Zone in AWS Route53 as it says. I added A Record Set and CNAME…
1
vote
0 answers

Change URL of masked domain

Hi I have a domain that is mask forwarded to a free hosting with their given domain. How do I change all my pages urls so that it doesn't show the free hosting site information. For example. A person types www.mydomain.com Once the domain gets…
1
vote
0 answers

URL Masking not working with https

I have a website that's being targeted by spammers and I want to show them a different version of the site (with no forms) when they come visit our pages. I need to keep the same URLs in the Browser Bar but show them a similar page in a Folder. For…
Felon
  • 11
  • 1
1
vote
0 answers

redirect WordPress website and hide sub-directories at URL

I'm not expert using .htaccess I need to direct any request at our website abutair.net, to open first WordPress workplace, then hide sub- folders at URL, such as an example below: https://abutair.net/about-us/…
Aseel Q.
  • 21
  • 4
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
  • 157
  • 1
  • 4
  • 16
1
vote
1 answer

URL forwarding+masking triggers double root directory for Url.Content() & Html.Action() under ASP.NET MVC 3 RC

(Note: tried to look for similar question, but the closest one doesn't seem to match my question still. i.e. MVC - Application root appears twice in url using Url.Content/Url.Action ) I currently have two ASP.NET MVC 3 RC apps running under one…
Antony
  • 5,414
  • 7
  • 27
  • 32
1
vote
0 answers

.htaccess hide first subdirectory from path

I noticed that there are already very similar questions to mine, that have been answered already on this site. But I have been struggling a lot without succeeding in implementing the solution provided there, so I dare to pose this question…
cplini
  • 11
  • 4
1
vote
1 answer

Alpha Transparent Gradient in Inline SVG Defs Element

I have this CODEPEN and here are my issues: I am not understanding why the gradient I applied and referenced as my mask fill like so, doesn't render as it should. It should go from fully opaque to fully transparent. For the gradient I am using:…
user2163224
  • 131
  • 2
  • 3
  • 12
1
vote
1 answer

How to make browser show a URL that will not actually retrieve protected content

I have read articles that give various ways to do "URL masking" so that the browser's URL bar does not show the actual location of the content. Such methods include setting up an .htaccess file, showing content in an iframe, or loading content from…
1
vote
0 answers

Mask URL using htaccess

I'm trying to use htaccess to mask a domain with another domain. For example: My main site is https://example.com hosted on one server, and my other site http://blog.example.com is hosted on different server. What I want for end result is, when…
Pratik
  • 79
  • 1
  • 11
1
vote
1 answer

Silverstripe URL Mapping

I'm trying to understand how URL Mapping works. I've gone through numerous pages, but I can't seem to wrap my head around what I'm trying to do. Its really simple, I use DataObjects as pages approach and I have a member extension written to the…
Bagzli
  • 6,254
  • 17
  • 80
  • 163
1
vote
0 answers

How to mask shiny application url?

I have a ruby on rails application with third party oauth enabled and I have used shiny server to render shiny application from ec2 instance, currently I used iframe to render shiny application but I don't to expose shiny application url Is there…
M.R
  • 610
  • 2
  • 10
  • 34
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
  • 5
1
vote
1 answer

Stopping url masking

Looking for some help. I have someone using domain masking to clone a site belonging to me. I have inserted: into my own…
Shane12
  • 11
  • 1
1
vote
1 answer

Hide url in php

I have one url which is for sending and retrieving json data. Now I want to hide that url in such a way that it shows the something different but able to send and receive json data like…