Questions tagged [url-masking]

114 questions
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…
user3758581
  • 1
  • 1
  • 1
0
votes
1 answer

URL masking in html

I have masked a URL in my html page as follows:
Sarah
  • 1,895
  • 2
  • 21
  • 39
0
votes
1 answer

Htaccess url redirect and masking, multiple query strings

I have tried almost every redirect and htaccess masking solution to this problem on stackoverflow, I am able to redirect urls i.e: A. http://www.autotraderuae.com/news/man-up-/2681 REDIRECTS TO: B.…
0
votes
2 answers

Unauthorised domain name masking

Today I noticed several domains are using masking to associate their domain name with my content. E.g. “draughtmark.co.uk” and “recycleofficewaste.co.uk” (plus several others). Can I prevent this and bots from indexing my content under those domains…
user3258926
0
votes
0 answers

Point one server/IP URL to another server/IP URL but maintaining the first server's URL name

I have a website lendyourbrain.org that links to a registration page on another website brainresearch.org. I want the URL to stay the same while the visitor completes the registration on the other site. After successful registration, we'll send the…
tigre
  • 253
  • 4
  • 15
0
votes
1 answer

How to show domain masking subdomain htaccess

I have run into a wall. I need to show a domain name as the url but have it mask a sudomain. So here is the example: http://es.mydomain.com (this is the content I need to show) http://mydomain.com.mx (this is the url I need present) They are both…
luv2code
  • 1,216
  • 6
  • 22
  • 42
0
votes
1 answer

remote subdomain URL masking

Second magento based question here, and i'm pretty confident i'll be able to find my answer. What i have is a site already hosted at: hostedwebsite.com However, the host doesn't support innodb, so i'm unable to run magento on it. Because of this,…
Dan Ruxton
  • 386
  • 1
  • 3
  • 18
0
votes
1 answer

Remove directories from URL using .htaccess

I've been searching around and tried many different ideas to fix the state of a URL for my client, but have had no joy. The URL currently looks like this: website.com/folder1/folder2/folder3/page.php My client wants this to be showing much like the…
0
votes
1 answer

how to mask a URL?

I have a link displaying an image on my site which is from www.somedomain.com/image.jpg How can I mask the domain so that it is www.mydomain.co.uk/image.jpg ? Would this be done using mod_rewrite? Thanks
asdf1234
  • 127
  • 4
  • 10
0
votes
1 answer

Masking a URL in a Wordpress installation

I'm trying to mask a page URL in a Wordpress installation. Let's say it's http://www.mysite.co.uk/wordpress/page and when this page is opened, I want the URL to show http://www.mysite.co.uk/wordpress/anythingelse. The whole point of this is so that…
TheTallOne
  • 143
  • 1
  • 9
0
votes
2 answers

.htaccess redirection to an IP Address of a different server

I am hosting my public facing site at a shared host (Hostgator) with the domain pointing to the same. I also have my application hosted on a dedicated server with a different host. Both servers have their own SSL certificates installed. Is there…
pratyk
  • 303
  • 1
  • 3
  • 7
0
votes
1 answer

Masking URLs With PHP

Is there any way to mask URLs with PHP or something else? I want to use a custom domain with goo.gl, basically I want to be able to send someone to http://l.bearce.me/iS7tz and have them reidrect to http://goo.gl/iS7tz automatically. I swear I've…
JacobTheDev
  • 17,318
  • 25
  • 95
  • 158
0
votes
2 answers

mask URL (with parameters) with htaccess

i need to mask a long, stupid php URL with a relatively simple URL with htaccess. For example, i need to mask - http://mysite.com/index.php?this=that&this=that&whatevs=this&that=&id=5 with this simple URL - http://mysite.com/mypage.php I know php…
MayThrow
  • 2,159
  • 4
  • 24
  • 38
-1
votes
1 answer

Redirecting ip to domain name

I am working on a small project, I changed http://localhost to http://myowndomain.com and it's working good. I was curious and gave domain name to facebook.com . But it will redirect to original Facebook website. I got an idea, and used apache…
Etf_Zan
  • 11
  • 6
-1
votes
1 answer

How to redirect a URL for example (www.foobar2.com) to another URL (www.foobar.com) using htaccess file

I am setting up a link which should open another website. For example, if a browser is opening up www.foobar2.com, it should open www.foobar.com without changing the URL. I found out that it can be done using .htaccess file. Currently, if I open,…
saberprashant
  • 388
  • 5
  • 15