Questions tagged [url-masking]

112 questions
0
votes
2 answers

Redirect & mask URL to Azure subdomain

I have an ASP.NET MVC web app running on Azure as generic-site.co. It's a white-label site that supports a number of subdomains: acme.generic-site.co, globex.generic-site.co, initech.generic-site.co, etc. Browsing to each of them changes branding on…
Gary Chapman
  • 408
  • 9
  • 19
0
votes
1 answer

.htaccess masking URL for subdomain

Our site's sub-domain reading.domain.com has the content that we want people to see but the URL should be domain.com/reading. I'm not an expert in URL rewriting but I tried to edit htaccess, but it only redirects the page. We're using siteground,…
s4m
  • 21
  • 7
0
votes
1 answer

2 Different Servers - sub domain redirect url masking

I have gone through a lot of posts about .htaccess but its not working as my websites are on 2 different servers. I have 2 websites, both are on different servers. One is on Linux Server and the other is on Windows Server. My main website is hosted…
0
votes
1 answer

Show website from server2 keeping url from server1

I have a server1 (at domain1.com) I have a website on a server2 (at domain2.com) I need to show contents from server2 but showing domain1.com URL in address bar. Is there a way to do it using .htaccess/mod_rewrite (or other solutions) from server1?
0
votes
0 answers

Mod Rewrite Hide a subfolder and mask main domain - weird bug

I've been checking many posts around SO and the web but my particular situation is not being covered, I guess it is quite easy, but I'm stuck, if you could help would be awesome, here it is my problem: I have a multisite set up through Turnkey Lamp…
0
votes
1 answer

Getting the error Refused to display 'http://www.asp.net/' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN' with iframe-resizer

I am using the iframe-resizer to do some URL masking. I created a web application using the Visual Studio Template for ASP.NET MVC5 to act as a source of the iframe and a website with just one HTML page to host my iframe. The masked domain is hosted…
Ewerton
  • 2,816
  • 2
  • 25
  • 47
0
votes
0 answers

I have masked the url now i want to change the masked url

Few days back I had posted a question related to this and I got some great push. Also I did some experimenting and research and achieved some good result. here is what exactly I have achieved. I put this in my .htaccess in my folder…
0
votes
1 answer

Mod_Rewrite for constantly changing url

I have a url, lets say its blog.art.ca/Customer/AAAABBBB/index.html and I want to hide Customer and AAAABBBB. Now AAAABBBB can be any 8 character alphanumeric code. Options +FollowSymLinks -Multiviews -Indexes RewriteEngine…
J-Americano
  • 176
  • 1
  • 10
0
votes
2 answers

How to redirect subdirectory to new domain with masking?

I have a URL with a subdirectory that I want to forward to a different domain I was able to achieve this by adding: Options +FollowSymLinks RewriteEngine On Redirect 301 /youthinc http://rbcrftk.com/ Where /youthinc is my subdirectory domain and…
Peter Jun
  • 1
  • 2
0
votes
0 answers

How to set cookies for url masking

I have a sub-domain in a domain called firstdomain.com as subdmain.firstdomain.com I have another domain as secondomain.com. subdmain.firstdomain.com is pointing to the IP address of secondomain.com. secondomain.com is running on a nginx server.…
Zodiac gem
  • 55
  • 6
0
votes
1 answer

How to Mask internal links of a masked Domain

I bought a premium Domain from godaddy and used it with a free webhost account (with wordpress installation) with domain masking. i masked main domain but when i open some link (say about us page) in new tab it shows the url of free webhost(original…
0
votes
0 answers

URL Masking - making filenames into folders?

I'm not very technical with any code other than HTML so bear with me! This has me stumped so I'd really appreciate help with this. I've got a simple site with file names like index.php, portfolio.php, portfolio-001.php, about.php etc. When people…
0
votes
0 answers

How to redirect requests to a non masked site

We have some domains that redirect to our main site but have the url masked. For e.g. you visit http://foo.com and you are redirected to http://bar.com but the address bar remains http://foo.com. I want to be able to modify the url shown by way of a…
Matt Wilko
  • 25,893
  • 10
  • 85
  • 132
0
votes
1 answer

iframe redirect with URL masking not working

I am trying to redirect my subdomain via my html page which is index.html and I do not want users to see where I am redirecting them So I thought I can use iframe redirect with URL Masking But It's not working properly. Can you guys fix this.. here…
0
votes
1 answer

URL masking in html

I have masked a URL in my html page as follows:
Sarah
  • 1,795
  • 1
  • 18
  • 39