Questions tagged as 'redirecionamento'

1
answer

Site redirection error

My site always redirects from www.idealnutri.com/magnesio-dimalato to www.idealnutri.com/magnesio-dimalato/ (WITH BAR IN THE END). Because? How do I know what's causing this redirect? NOTE: I do not have HTACCESS on my site....
asked by 18.04.2018 / 05:40
1
answer

How to do a redirect via .htaccess from a subdomain to the main domain?

I have a domain (www.dominio.com.br) and a subfolder (www.dominio.com.br/pasta) and would like to redirect all the links of this folder to the domain. Examples: www.dominio.com.br/pasta www.dominio.com.br/pasta/noticia/nome-da-noticia www.dom...
asked by 26.03.2018 / 17:02
1
answer

Problems with rewriterule in htaccess Similar URLs

I have two URLs link link They are different URLs that lead to different .php files, so I did so my htaccess: RewriteRule ^entre-em-contato entre-em-contato.php RewriteRule ^en antigo-en.php But both URLs are leading to the fil...
asked by 17.01.2018 / 15:04
1
answer

Conditional 301 redirect for IP to another domain

I would like to redirect all users who access a particular page from one domain to the same page in another domain except myself, I thought about using the conditional redirect by following way through the .htaccess file: Options +FollowSy...
asked by 17.08.2017 / 04:00
2
answers

Domain redirection for physical server with fixed ip

Good evening, I have a fixed IP server with internet access running IIS 8 on Windows 2012 and I have a domain registered on locaweb name.testing.com. In the locaweb I redirect the domain to the fixed ip and the redirect works correctly, howev...
asked by 12.05.2017 / 04:41
3
answers

Prompt in javascript does not redirect

I have the following script on a page: <script> function fnPage(){ var page = prompt("Para quel página deseja ir?"); if (page != null) { location.href="http://" + page; } } </script> W...
asked by 10.02.2017 / 13:31
2
answers

.htaccess problem for addressing without www

When I type in the browser    phimodasecia.com.br My site / store enters (is redirected) with error as below:    https://www.phimodasecia.com.br/https://phimodasecia.com.br/ My configuration for .htaccess is # =====...
asked by 01.02.2017 / 01:32
1
answer

Redirection with timer and user usage identifier

My question is a bit complex: Today I use a simple redirect just using HTML: <meta HTTP-EQUIV='Refresh' CONTENT='480;URL=./logout.php?type=2'> Where "CONTENT" is the regressive time (in seconds) it will count before redirecting. Bu...
asked by 05.04.2016 / 23:00
2
answers

My maintenance page without being visible to admin

I have now started working on a wordpress site, but my client would like to put a page on fully customized maintenance. I've been seeing a few plugins but none of them gives me full freedom to do this, to develop HTML/CSS at 100%. I know...
asked by 12.12.2015 / 18:48
2
answers

URL rewrite with parameter to another .htaccess site

I would like to write a rule in .htaccess with RewriteRule so that when someone enters the old site, it is redirected to the new site by keeping the requested parameter on the old site. Old site: velhosite.com.br/?people=alg...
asked by 16.11.2015 / 12:27