Questions tagged as 'redirecionamento'

1
answer

Domain redirection

Is there any way to redirect the domain to a folder in public_html instead of adding a index.html file with automatic redirection?     
asked by 21.11.2014 / 12:18
1
answer

Redirect with jQuery / Javascript click

I have a Home page in which when I click on a menu item, redirect the other page and a click in a certain service in an "accordion / accordion" menu. I have something like this: var index = $(this).parent().attr('index'); $(w...
asked by 12.05.2014 / 16:24
1
answer

Redirected from the domain

I have a domain by Locaweb that redirects to my ip from vps via A and CNAME. It normally redirects the link mainly however when and typed link with http: // without the www and also even if http: // it is redirected to the main site other than a...
asked by 17.10.2018 / 14:13
1
answer

Accumulating URLs in DJANGO

My urls are piling up. When I pass via tag a[href="exemplo"] it sends to url http://localhost:8000/index/ , but if I click again on some other link on the same menu, it will redirect to http://localhost:8000/index/outroloca...
asked by 18.05.2018 / 17:05
0
answers

Android and iOS platforms error in HttpClient.GetAsync (Uri requestUri) function for redirect URL

I'm developing a Xamarin Forms application that basically uses the GetAsync (Uri requestUri) function through the HttpClient: HttpClient httpClient = new HttpClient(new NativeMessageHandler()); var uri = new Uri(http://www.appwebservice.meusit...
asked by 05.03.2018 / 14:06
1
answer

Redirect with jQuery and PHP

I have two pages, where one is the .js which makes the ajax call to a routine in PHP to validate a user: link Another page in PHP that is the call of this previous routine where I will validate the user by his login and password to s...
asked by 14.11.2017 / 01:45
1
answer

Redirecting other domains (http / https) to main (https)

Talk about it! I'm having a question about https redirection. I have a ".com" domain (SSL installed), but ".com.br" does not have SSL. I only do the redirect for ".com" with SSL, until then blz, but if I try accessing the link site gives...
asked by 02.11.2017 / 15:54
1
answer

Virtual Configurationhost

I have a question in the configuration of VirtualHost , I have an application that has redirect to several cores eg: meusite.com.br/app/go meusite.com.br/app/rj When accessing meusite.com.br/app , it redirect...
asked by 21.02.2017 / 13:59
1
answer

HTACCES url problems - 301 redirect does not work on a page

I redirected 301 of some of the url's from my site recently and started to give the image problem: My.htacceslookslikethis:RewriteEngineOnOptionsAll-IndexesRewriteCond%{SCRIPT_FILENAME}!-fRewriteCond%{SCRIPT_FILENAME}!-dRewriteRule^(.*)$inde...
asked by 06.10.2016 / 13:32
0
answers

Redirect with .htaccess

I'm using the following mod-rewrite rule RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^([^/]+)/([^/]+)/?$ index.php?lang=$1&page=$2 [L,QSA,NC] But now I need to redirect an old page to the new one....
asked by 05.05.2016 / 13:03