Questions tagged as 'redirecionamento'

1
answer

How to redirect .com domain with .htaccess

I have 2 domains, example.com and example.com pointing to the same wordpress site. I would like to redirect every time someone goes to example.com, is redirected to example.com/en I found this code, but it also redirects example.com.br to...
asked by 07.10.2015 / 17:02
1
answer

Loop redirects - Wordpress x Google Chrome

Something strange has been happening since yesterday on a client site link . On some PCs and only using Google Chrome (IE, Firefox and Safari are ok), when trying to access the Site it enters Loop redirects. Nothing has changed for months on...
asked by 24.07.2015 / 21:41
3
answers

Redirect to Home when a page that does not exist in the Wordpress domain is accessed

I would like the user to be redirected to the main page of the site when trying to access a non-existent page within the domain. For example, I have only the following pages: meudominio.com/home meudominio.com/contato I...
asked by 29.10.2018 / 11:21
2
answers

Redirect to "Coming Soon" page on WordPress site

I'm developing a WordPress site and I did not want to be adding any "coming soon" plugins (soon) because I already have a page for that effect to replace my homepage. What I want to know is if it is possible to redirect to this page any user...
asked by 15.10.2018 / 14:43
0
answers

Friendly URL without www and with 301 redirect

I'm using the following code in my .htaccess to make a system of URLs friendly to a PHP site. <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^...
asked by 01.10.2018 / 15:10
1
answer

Domain redirection on GoDaddy

I have a domain in GoDaddy: dominio.com I configured the domain to redirect to: outrodominio.com/~meu_nome This page exists and works perfectly (as well as redirection). However, when I call the URL: dominio.com/certificado GoDadd...
asked by 20.10.2018 / 22:17
0
answers

Redirect with URLENCE

I can not make the link target for , I believe because of the special characters. redirect 301 link link Could you help me?     
asked by 01.08.2018 / 18:58
1
answer

Redirecting URLs from the same domain via htaccess

I would like to direct through htaccess two url of the same domain, type 301. Example: Redirect meusite.com.br/customer-service to meusite.com.br/central-atendimento I tried the following code in the file .ht...
asked by 06.07.2018 / 16:31
2
answers

How to redirect the user to a specific page with PHP? [duplicate]

I wonder how I can redirect the user to the page I want as soon as he logs in? example login: diego.santos password: 12345 wanted to redirect to example id1.php login: santos.diego password: 12345 wanted to redirect to example id2.php  ...
asked by 24.05.2018 / 23:04
0
answers

URL redirect with escape

I'm redirecting some links from my site and I'm having problems with parameters, when I pass more than one parameter it switches & by /. RedirectMatch 301 ^/link(.*)$https://www.dominio.com.br/cat1/cat2/pagina.html?parametro1=1&p...
asked by 10.04.2018 / 16:33