Questions tagged [url-masking]
114 questions
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
- 395
- 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,554
- 10
- 38
- 47
1
vote
0 answers
How to enable URL MASKING changing HTTP HEADERS
I have a django application (version 4.0.3) and I want to URL MASK some specific URLs using new purchased domains (in this case GoDaddy)
So what I want to do is:
www.originaldomain.com/url1 beeing masked with www.newdomain.com.
But when I redirect…

Dan.py
- 83
- 7
1
vote
2 answers
how do i perform a url redirection and masking?
I have url where i host my webinars which is provided by webinar hosting provider. I would like to change that url to something within my domain.
For eg. The webinar url is something like
http://www.onlinemeetingnow.com/seminar/?id=d181a7640e
i…

Prady
- 10,978
- 39
- 124
- 176
1
vote
1 answer
Cakephp URL masking?
For example: I have a controller: "Services" and an action called "web". Thus, my url would be:
http://www.domain.com/services/web/
How do I mask the url, such that if I type:
http://www.domain.com/servicesweb
will display exactly as…

carpie
- 13
- 2
1
vote
1 answer
How to mask a url in wordpress
Is it possible to mask a url to a new domain in wordpress?
For example: URL : abc.com/test
I want the content of abc.com/test but the url to be changed to xyz.com.
I have tried adding .htaccess code but it did not work.

Test
- 19
- 1
1
vote
1 answer
Point a virtual sub domain to a folder - error
I have a domain name www.jannatband.com, when I access the url:
http://jannatband.com/me/asd
It successfully echoes the value asd, the original url is like:
http://jannatband.com/me/index.php?u=asd
HTACESS CODE FOR THE ABOVE:
#…

Sujit Agarwal
- 12,348
- 11
- 48
- 79
1
vote
0 answers
Using .htacces to mask a URL, make the subdomain the root domain
I currently have a cms which builds microsites in subdirectories. So the mainsite is the root and each subsite is in a subdirectory.
eg root = www.mainsite.org
microsite = www.mainsite.org/microsite
I'm currently buying and parking domains on the…

zander
- 11
- 1
1
vote
1 answer
How to htaccess-redirect single directory to external URL, while URL-masking
There are many similar questions here, but none seem to be exactly the same, and something is tripping me up.
I have one specific internal URL, mydomain.com/a-directory, that I want to forward to the external URL…

Andreas
- 59
- 6
1
vote
0 answers
Allow fullscreen on embed video using redirection with masking
I am currently using the following video code on our website resp. landing page:
1
vote
0 answers
Forward with URL masking is breaking the css for a site built with react gatsby and hosted on netlify
I have a site built on Gatsby JS (React) and whenever I forward a subdomain with masking the css for mobile breaks.
My domain registrar is godaddy and forward without masking works
For example:
abc.mydomain.com -> mysite.netlify.com (No Masking)…

maazkabir
- 11
- 1
1
vote
0 answers
Can I use rewrite to show an alternative domain?
I'm currently trying to setup a website on free hosting, but use the "branded" URL registered with another provider. I've already tried switching NS but the free hosting NS is very restrictive (Doesn't allow TXT records).
I'm back with the URL…

Islam Tawfik
- 17
- 1
- 6
1
vote
2 answers
Can htaccess override CodeIgniter's routes.php
I'm wondering if it's possible to override routes.php rules with htaccess in Codeigniter 3.
For example, in order to point dynamic subdomains to the same controllers and pass the subdomain as a parameter, routes.php falls short for doing this, while…

Daniel G.
- 11
- 2