Questions tagged as 'url'

1
answer

Site loaded with no refresh?

I'm trying to develop a site without reloading a page but change the page url so that google search type thefts can find pages on my site more easily than with ajax . For example: OndaSul FM . I know this process can be done with JavaScri...
asked by 02.06.2017 / 20:45
1
answer

Missing connection to server via HttpURLConnection

I have an application that queries a URL using the following method within a AsyncTask : try { HttpURLConnection http = getHttpUrlConnection("http://www.sitedoservidor.com.br"); if (http != null) {...
asked by 25.05.2017 / 22:14
1
answer

Problem with url in php

I have a problem with my url, when I go to the project-detailed.php page it shows in the url the project id being detailed, like this:    link When I go to the alter-project.php page if all goes well, I go to the detailed-project.p...
asked by 25.03.2017 / 13:35
1
answer

How do I redirect and send url get value to another page using Javascript?

I'm getting an url item with this code: function GetQueryString(a) { a = a || window.location.search.substr(1).split('&').concat(window.location.hash.substr(1).split("&")); if (typeof a === "string") a = a.split("#").j...
asked by 04.02.2017 / 23:02
1
answer

How to change local URL in IIS [duplicate]

In the local development environment I've always used localhost to access the application, but would like to use friendlier URLs (for example: http: // I tried setting up in IIS, but I was not successful. I would like to know how I can be d...
asked by 16.12.2016 / 21:31
1
answer

Access my application without the version number

My JSF application runs on wildfly. But when I raise the server, to access the application I must use: link . In short: I want to take -0.0.1-SNAPSHOT and just use link . I do not know if this is set in pom, but it looks like this: <...
asked by 08.09.2016 / 18:48
1
answer

View a Youtube video through videoView through Xamarin

I need to display a video by a URL , such as a YouTube link using the VideoView tool, I did some research on this, and I got this code, but it did not work, I always get the message that the video could not be executed. I already gave pe...
asked by 07.09.2016 / 20:23
1
answer

Problems with friendly URL in codeigniter

I have the following problem. I'm working with a system in CodeIgniter and need to remove the index.php from the url. My .htaccess is as below: RewriteEngine on RewriteCond $1 !^(index\.php|resources|assets|robots\.txt) RewriteCond %{REQ...
asked by 23.11.2016 / 18:44
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
3
answers

Get URL paths

The API is structured something like http://localhost:8181/api/collections/{id} , my question is: Sometimes I need to get this {id} and I'm doing a replace. Is there any way to configure this url for production, homolog and localhost en...
asked by 31.07.2015 / 13:52