Questions tagged [url-masking]
114 questions
1
vote
0 answers
Block direct access to php file called by ajax function
I know this question has been asked several times but I am still struggling and fail to comprehend the answers provided already.
I have a side bar with a category "abc". On clicking a pop up div loads asking the user to login or register. Once the…

Sarah
- 1,895
- 2
- 21
- 39
1
vote
0 answers
Restrict IFRAME to change parent URL
This question has been wandering around internet but there is no clear suggestion. I am posting this question to get a clear and direct answer.
I have a website. In the website I have an iFRAME. The iFRAME loads with a URL. The iFRAME URL/Page has a…

Pradip
- 1,507
- 11
- 28
1
vote
1 answer
.htaccess to redirect subdirectory path name and mask with custom name
I have a sub-directory named CMS {example.com/cms}. I need to redirect it to example.com/blog and mask that with the name blog. While doing this example.com/cms/page1 should also redirect and mask with example.com/blog/page1. I need .htaccess code…

SO-user
- 1,458
- 2
- 21
- 43
1
vote
1 answer
duplicating click events happening on page to another page
i have a page say www.example.com. it consists of some results(like Google results, these results are injected by me by requesting a third party resource into example.com). on clicking one of them it will redirect to some url(say…

saikiran
- 2,247
- 5
- 27
- 42
1
vote
1 answer
Beautifying URLs in Yii
I have following file structure
As default the url created for accessing the module content is for example
http://127.0.0.1/tmc/user/default/viewMessage
and for other controller it comes out to be
http://127.0.0.1/tmc/user/booking/index
The…

Afnan Bashir
- 7,319
- 20
- 76
- 138
1
vote
0 answers
Apache mod rewrite masking
I'm trying to mask/hide a the URL of our VPS, in which we have installed a wordpress blog under a subdirectory (/var/www/vhosts/vps.url.com/httdocs/blog.
We have a domain pointing to this site (vps.url/blog), so writing the domain URL on the browser…

Óscar Blanco
- 11
- 1
1
vote
1 answer
URL Redirect with masking
I am currently facing a problem to redirect a URL.
What I want is that I have a subdomain files.mrblade.info.
Now I want to forward this domain to someurl.com but with masking i.e I don't want to show someurl.com I would like to show…

user3548289
- 19
- 1
- 4
1
vote
1 answer
Multiple domains on 1 cloud service
I have a app which is a website builder. Lets say the app is on a azure webrole and its domain is called www.myapp.com.
I want to offer a service where users can use their custom domain with my app. So User 1 has a domain called ww.user1.com, user2…

user2048589
- 23
- 2
1
vote
1 answer
using symlink for domain forwarding
is it appropriate to use symbolic links in lieu of domain forwarding?
the situation you are about to read is true. the URLs have been changed to protect the innocent.
let's say I own the following three…

Andrew Brown
- 5,330
- 3
- 22
- 39
1
vote
1 answer
express.js res.redirect with masking
In express.js, can I use res.redirect while performing masking.
Example, my app is at http://example.com. I want http://example.com/test to redirect to http://google.com while keeping the URL as http://example.com/test.
In other words, the user sees…

tUrG0n
- 4,178
- 3
- 20
- 26
1
vote
2 answers
Masking filename looking URL with PHP
since this is the first time someone made me click some referral link i got very curious. Here in the screenshot you will see a masked url which directly goes to some referral link in some other site.
The interesting part which got my attention and…

Mustafa
- 825
- 3
- 14
- 37
1
vote
0 answers
Masking the original url
I want to mask a url name in addressbar. I don't know how to do it. I have two domains. www.domainA.com and www.domainB.com. When user goes to www.domainB.com/subdirectory, he should redirect to www.domainA.com/subdirectory, but in address bar it…

user1848919
- 41
- 1
1
vote
0 answers
Redirect a wordpress sub-page to a different domain using mod_rewrite
I am trying to mask https://mydomain.com/free to www.myotherdomain.com so that when www.myotherdomain.com or myotherdomain.com is entered it loads the page at mydomain.com but shows myotherdomain.com in the address bar as well as keeps a ssl…

Cloutedd
- 11
- 1
1
vote
1 answer
Redirect form dependent url to open in an Iframe on an html or within the php file
Ok thanks to the great people on this site I was able to create a php file that directed to a form dependent variable url. What I would like to try and set up is to either mask the directed url so the variable url is not shown or at least have it…

user1637284
- 21
- 3
1
vote
2 answers
Best practices in ASP.NET 4.0 Web Forms Url Rewriting (Mask URL address link)
What are the methods and best practices for URL Rewriting (Masking URL) in ASP.NET 4.0?
We have an ASP.NET 4 Website and when testing on the client he wanted to hide or simplify our URL addresses, meaning he wants querystrings and url paths of the…

George Taskos
- 8,324
- 18
- 82
- 147