Questions tagged as 'redirecionamento'

0
answers

Configure Integrated Store Subdomain

I have a store www.codigossagrados.com.br configured in the INTEGRATED STORE and I want to change to loja.codigossagrados.com.br to use the first domain for a blog. I changed the DNS record A and CNAME from the root and WWW of the BR record t...
asked by 16.02.2018 / 12:44
0
answers

Redirect HTTPD with parameters in the url

How do I make a redirect in httpd redirect.conf with parameters? I put it like this: Current link: RedirectMatch 301 ^/parceira Go to: /parcerias/categoria.html?utm_source=parceira&utm_medium=site&utm_campaign=parc...
asked by 02.02.2018 / 16:25
1
answer

Redirect to URL with input value filled out

I would like to know if it is possible to mount a redirection to a third-party login screen with the input value filled in? would point something like: http://dominio.com.br/login?pt01=admin-51 the input looks like this: <inpu...
asked by 17.01.2018 / 15:17
1
answer

Follow link with Enter based on user input

With the help of the community, I created a file to redirect a user who typed his login to a webpage that receives the user this way: link The problem is that usually the user presses Enter when typing the text, so I tried to adjust the...
asked by 31.10.2017 / 16:02
1
answer

Create link based on user input

I'm trying to create a page - which can be in any language, but needs to be stored in a single file - for a user to enter their login and from there, a link is created to proceed to a site. > This site gets the user on your link, like this: l...
asked by 18.10.2017 / 21:07
1
answer

How to implement a listener in a video?

Well, I have a button and when I click it, it will call a function that opens a page with a fullscreen video with autoplay="true". IT HAPPENS THAT, after finishing the video I need to redirect the user to another html page. Can someone tell me a...
asked by 25.10.2017 / 16:49
0
answers

Redirect with htaccess without changing URL

I have a system that runs at www.dominio1.com.br/sistema and I need the user typing www.dominio2.com.br/sistema to be directed to www.dominio1.com.br without the URL being changed. I made a test by placing an .htaccess...
asked by 07.10.2017 / 06:50
1
answer

Redirect URL to mobile version with .htaccess

I'm making the mobile version of a website and I need it to redirect any page to its mobile version: Ex: If the page accessed is link you should redirect to link And so on to all the others. Note: I do not know much about .htacc...
asked by 09.08.2017 / 14:45
1
answer

res.redirect does not redirect on expressjs

I am nodejs along with expressjs and in submitting a form a request is made on the server, which, after being treated, redirects the page: ... Post.create(doc, (err, post) => { if (err || !post) { return res.json({...
asked by 27.06.2017 / 02:19
1
answer

Domain Forwarding / Mapping

I do not know if I used the correct terms in the question, but I'll explain what I need. I am developing a system, and in this system there should be profiles of entities / companies. Each of them would have its address inside the system....
asked by 16.05.2017 / 01:39