Questions tagged [url-masking]

112 questions
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,015
  • 4
  • 20
  • 48
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,147
  • 13
  • 38
  • 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…
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
  • 3,928
  • 7
  • 39
  • 74
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
  • 651
  • 11
  • 26
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
  • 668
  • 8
  • 26
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
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
  • 571
  • 3
  • 7
  • 22
2
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
  • 139
  • 2
  • 10
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,104
  • 3
  • 24
  • 60
2
votes
1 answer

Use .htaccess to load files from different folders

I have many files in directory /full/ that's why I would like to spread files to /full1/, /full2/, /full3/ folders on server but to save original URL like http://my-domain.com/full/article-with-text to determine which files are where to put I'd…
phpCoder
  • 23
  • 4
2
votes
1 answer

Redirect and URL Mask all non-existing/existing subdomains to homepage

A website example.com has one subdomain a.example.com. The point here is I want to redirect all existing and non existing subdomain (ex- b.example.com) to example.com without changing URL(URL MASK). To explain it more further, when a user enters…
0ffliner
  • 31
  • 5
2
votes
0 answers

How do you Mask URLs in HAProxy?

Is there any way to do URL masking in HAProxy? I'd like to have a URL directing to my load balancer, i.e. www.example.com, redirect to another URL I have for another application. However, I'd like the user's browser to still display the original…
Grant
  • 375
  • 1
  • 3
  • 11
2
votes
1 answer

.htaccess URL masking instead of redirecting

I'm trying to mask URL in away like while the real URL is www.somedomain.com/subfolder/index.php?p=page3 it shows www.somedomain.com/subfolder/page3 , I know such questions have been asked a lot on here and I did searched a lot but most of results…
Mi-Creativity
  • 9,101
  • 10
  • 33
  • 44
1
2 3 4 5 6 7 8