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...
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...
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...
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...
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...
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...
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...
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...
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({...
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....