Questions tagged as 'redirecionamento'

1
answer

Replace characters from a URL via .Htaccess

I have the following URL template: http://dominio.com.br/cgi-bin/wiki.pl?Palavra http://dominio.com.br/cgi-bin/wiki.pl?Outra_Palavra I need to redirect to this new template: http://dominio.com.br/#Palavra http://dominio.com.br/#Outra_Pala...
asked by 21.05.2017 / 01:03
1
answer

Error with htaccess redirect No to WWW

I have the following code in my htaccess that makes the user redirection if he access the site without www, works perfectly if you enter the direct domain without www he will redirect, however from facebook he does not redirect. <IfM...
asked by 10.04.2017 / 17:43
1
answer

NodeJS - Redirecting to error page when unable to access through GET

I would like to know how to redirect to a standard error page, such as a "not-found" page when an error of type Can not GET / route1 / page2 / 18 I need to, when the user tries to access a page like the one above and is not accessible throug...
asked by 25.10.2016 / 12:39
1
answer

How to redirect a request to a specific folder?

I'm using Apache 2. I'm currently developing a website and would like to show a preview to my client. To not have to mess with DNS now, I need a way to map the URLs of the sites to specific folders. For example. I am developing a website for...
asked by 22.08.2016 / 19:23
0
answers

Redirect VPN or DNS to Proxy

I have a proxy server on my machine on the port 8080 , through the proxy I can control the request and response traffic made by the client machine. However, I would like to use this proxy along with my VPN server. My VPN server was create...
asked by 25.07.2016 / 18:17
0
answers

Redirect site with .htacess

I need to use friendly urls and am trying to make an adjustment with .htacess I have a url: http://www.site.com.br/default.asp?id=meuid&acao=minhaacao&hint=minhahint I need it to look like this: http://www.site.com.br/meuid?aca...
asked by 01.05.2015 / 18:00
0
answers

Redirection error

On a client server has a project in CakePHP, I created a folder called halldafama in the root of the server. I need to access this folder, but when trying to access it returns me: Error: The requested address '//halldafama/' was not found o...
asked by 23.04.2015 / 15:42
1
answer

Redirect URL to a file with htaccess

I need to make sure that when they access my site so http://www.meusite.com.br/guarulhos redirects (or opens) the http://www.meusite.com.br/guarulhos.asp page. I'm trying with htaccess RewriteEngine On RewriteCond %{REQUEST_FILE...
asked by 18.03.2015 / 14:10
0
answers

WordPress changing URL when accessing links

I have a www.dominio.com.br domain that points to my server and is redirected via .htaccess to the www.dominio.com.br/novo subfolder through the following code: RewriteEngine on RewriteCond %{HTTP_HOST} ^(www\.)?dominio\.com\.br...
asked by 14.03.2015 / 01:37
1
answer

Facebook post redirect

Hello, would like to ask a question about facebook post redirect. I made a facebook application that the user can only see it when it is logged in and it will be in a tab. I installed the tab using Static HTML: iframe tabs. When I enter the logg...
asked by 09.12.2014 / 15:06