Most voted "url" questions
Uniform Resource Locator (URL) is a uniform resource identifier (URI) that specifies where an identified resource is available and the mechanism to retrieve it.
Learn more…341 questions
Sort by count of
-
0
votes1
answer540
viewsDRUPAL enable CLEAN URL
Good Afternoon. I migrated a website made in Drupal to the hostgator and now I can’t enable the Clean URL (Clean URL) option. Can anyone give me an idea of how to fix it? It’s probably some…
-
0
votes1
answer81
viewsI get no data from the URL
I’m working on a project where I have to make an app that will fetch information from the database via Json. I’ve done dozens of tutorials and I always end up not being able to receive a reply from…
-
0
votes0
answers163
viewsURL friendly in two subdirectories
I’m trying to make the url friendly with . htaccess therein: RewriteEngine On RewriteRule ^([a-z_-]+)$ index.php?p=$1 RewriteRule ^([0-9]+)$ index.php?g=$1 RewriteRule ^([a-z_-]+)\/([0-9]+)$…
-
0
votes0
answers52
viewsWordpress changing URL when accessing links
I have a domain www.dominio.com.br that points to my server and is redirected via .htaccess for the sub-folder www.dominio.com.br/novo through the following code: RewriteEngine on RewriteCond…
-
0
votes0
answers138
viewsURL request in Swift
How do I pull only the name and poster from that page : https://www.themoviedb.org/search/remote/multi?query=exterminator%20do%20futuro&language=en For a project in Swift ?…
-
0
votes1
answer265
views -
0
votes3
answers366
viewsGet URL paths
The API is structured something similar to 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 set up this url…
-
0
votes1
answer1158
viewsPassing $_POST through the URL
I have a form that is mounted dynamically according to the preferences of each user and is submitted via post to the page that does the process. In the process page I need, among other things, to…
-
0
votes2
answers1115
viewsURL rewriting with parameter for another site . htaccess
I’d like to write a rule on .htaccess with the RewriteRule so that when someone enters the old site, be redirected to the new site keeping the requested parameter on the old site. Old site:…
-
0
votes1
answer42
viewscontroller name with hyphen in cakephp 2x url
I’m working Google SEO on my site, and I realized, in word separations, a hyphen is better than an underline, or words together, only I realized that at first cakephp doesn’t accept creating…
-
0
votes0
answers76
viewsRedirect "cropped" url to canonized url (Avoid duplicate url)
What are the settings in . htaccess so that url cut type: http://meusite.com/cidade/495/politica-de-priv is automatically redirected to the canonized (whole) url of the page:…
-
0
votes1
answer1698
viewsCSS and Javascript files do not load when I use Amigavel URL
Hello, I’m trying to create URL Amigavel and even worked in some pages only in some is not working CSS, JS etc.. I’m using this in . htaccess: <IfModule mod_rewrite.c> RewriteEngine On…
-
0
votes1
answer158
viewsCapture the URL through Admob code
I want to record the url of the component BannerAd after Load, I realize that the component becomes url to the device’s default browser. The code is as follows: unit Unit1; interface uses…
-
0
votes1
answer185
viewsHow to use method="GET'' without the action
I’m creating a mini-search system, the problem is I want to use the method="get" without using the action="" and at the same time be able to css on the page without using the action. Desire to avoid…
-
0
votes1
answer525
viewsFriendly URL Code Igniter does not work
my htaccess inside the application folder is so: RewriteEngine on RewriteCond $1 !^(index.php|images|robots.txt) RewriteRule ^(.*)$ /index.php/$1 [L] Am I putting it in the right folder? Correct…
-
0
votes2
answers369
viewsPHP - Function to remove character and concatenate strings (relative URL to absolute)
Good staff! I have a small problem (problem because I don’t work much with php). I’m using a script attached to phpbb that displays the topics of a given forum on an external page, but cms returns…
-
0
votes1
answer1462
viewsHow to run a URL by passing C#parameters
Hello, I’m doing for study purposes, a way to search for and bring vehicle information from the FIPE table straight from the api(http://fipeapi.appspot.com/). What I’m unable to do at first is run…
-
0
votes1
answer32
viewsDifference between these 2 urls.
In my PDO study I came across the following: I have a URL like: www.site.com/admin/index? dir=article/create How I created a . php removal function from the files in the above URL navigation did not…
-
0
votes1
answer26
views -
0
votes0
answers15
viewsProvision of hidden webservice
I have a question, and I need your help. I have some webservices that need by client request that is not accessed by browser but can be accessed by url if you type all the way over the parameters.…
-
0
votes1
answer742
viewshow to pass Url parameter via get
I am having a question regarding passing parameters from one page to another. I have tried it in several ways via get. I can even get the parameter, but not all the parameters I can get. In the…
-
0
votes1
answer7852
viewsAutomatic PHP friendly URL
I’m looking to develop a site like migre.me, he doesn’t use method GET visible, and its URL looks like this: http://migre.me/upR3N I want to make a system to save the URL in Mysql, and create a URL…
-
0
votes0
answers56
viewsI cannot read the first url line
Good night. Although I can’t figure out which error I can’t get the first line of the file that is in the url when this application is used by versions higher than api 10 because api 10 works well.…
-
0
votes1
answer19
viewsAndroid URL - Incomplete path
Hello! I’m trying to create a URL but it seems that when I create the URL she is not created with the full path. Creation of the URL url = new URL("https://api.plivo.com/v1/Account/" + authID +…
-
0
votes0
answers176
viewsHow to get absolute URL from my site
On my site in the configuration file (config.php) I use a constant defined as HOME that contains the full address of my site (http://www.meusite.com.br). I use this constant in include, require and…
-
0
votes1
answer651
viewsView a Youtube video via videoView via Xamarin
I need to show a video for a URL, such as a youtube link, using the tool Videoview, or similar. I did some research on this, and I got this code, but it didn’t work, I always get the message that I…
-
0
votes1
answer441
viewsModify a href URL using PHP HTML DOM
I want to modify a URL of an object that I’m extracting from another site, in this case, from Exame.com. Follows the code: $exame = file_get_html("http://exame.abril.com.br/"); $exame_posts =…
-
0
votes0
answers178
viewsHow to use a product title in the URL?
For example I have a page where I list the products : http://exemplo.com/produtos.php and when clicking on any of the products listed the URL is http://exemplo.com/produtos.php?id=2. Assuming the…
-
0
votes1
answer3263
viewsHow to change local URL on IIS
In the local environment of development I always used localhost to access the application, but would like to use friendlier Urls (for example: http://system analysis), I tried setting up on IIS, but…
-
0
votes1
answer208
viewsAccess my application without the version number
My JSF application runs in wildfly. But when I lift the server, to access the application I must use: http://localhost:8180/app-0.0.1-SNAPSHOT/start.jsf. In short: I want to take the -0.0.1-SNAPSHOT…
-
0
votes2
answers2105
viewsHow to recover all URL from any site?
I’m doing a specific densification, and I’d like to collect all the URL from any website. On my website for example I can do this using the google Analytics, to other sites I can’t because I don’t…
-
0
votes2
answers438
viewsGET request via AJAX only works by entering the address bar
Good morning, It’s kind of crazy what’s happening, but I’m making a request via AJAX sending a GET and the return is ok, it’s all right, but this return is a url that after the request should allow…
-
0
votes0
answers68
viewsI want to receive an xml from webservice on android
I’ve tried everything, using the HttpURLConnection , with the HttpClient that is deprecated, these two options do not end, stop at the BufferedReader. I’ve tried to use AsyncTask with the…
-
0
votes1
answer1554
viewsDownload image link with PHP parentheses
so I’m trying to download an image through a url... I’ve identified the problem... example: <?php $imgurl =…
-
0
votes1
answer290
viewsProblems with friendly url in codeigniter
I have the following problem. I am working with a Codeigniter system and need to remove index.php from the url. My . htaccess is as below: RewriteEngine on RewriteCond $1…
-
0
votes1
answer2260
viewsAndroid Open an app from another by link and with passing parameters
We are developing an App that will be a Store and will be responsible for the login and authentication of the user (a token will be generated every time the Store is opened and the user’s…
-
0
votes0
answers608
viewsHow to Stream Videos with PHP by Hiding Video URL
I’m setting up my site, I want to put videos on it, the more the site stays in the hosting and the videos in a VPS server. I also don’t want users to know the source link of the videos (stay hidden)…
-
0
votes0
answers50
viewsIs there any way to create a secondary link (a kind of bit.ly) to another link and make it expire after, say, 1 hour?
I have a specific link that gives discount for a purchase, but I can not pass this link to customers because it is fixed and the person would have indiscriminate access to discount. So I thought…
-
0
votes1
answer431
viewsRead URL and display variable and value on the Javascript page
I have a link mounted with various email marketing, when clicking on the link I would like to pass some information on it and display it on the other page. I mean, that would be it: Example of link:…
-
0
votes1
answer182
viewsHow do I redirect and send url get value to another page using Javascript?
I’m picking up 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…
-
0
votes0
answers78
viewscakephp 3.3 links are receiving the "var/www/html" url
I’m having the following problem, in implementing the site all links that were generated by cakephp functions like: <?= $this->Html->image('logo.png', ['url'=>'/', 'id'=>'logo'])…
-
0
votes0
answers196
viewsProblem to return to jsp by changing url using sendRedirect in Servlet
I log in to my jsp, so I have Servlet do the checks, and return to jsp, but returning the url continues with the Servlet path, and not with my index.jsp follows part of the code that returns to my…
-
0
votes1
answer95
viewsFont and url problem
So guys, I have a problem here which is this, I import external fonts in css with @font-face, only when I access my site in the browser without putting www, the site does not pull the font. But if I…
-
0
votes1
answer260
viewsProblem with php url
I have a problem with my url, when I go to the pagina php-detailed. it shows in the url the id of the project being detailed, thus: http://localhost/opentag/project-detailed.php? id=14 When I go to…
-
0
votes1
answer846
viewsPass id received from the database through the javascript URL
I started learning Javascript a little while ago and I’m very lay yet. So... I’m looking to replace the Alert windows with custom fashions. Then by clicking the edit button for example, opens my…
-
0
votes0
answers115
viewsHow to redirect GET method url with simple htaccess
Good morning, I’ve searched a lot and I’ve found several tutorials but I haven’t touched programming. I need to redirect my urls sent by GET. Ex: current url:…
-
0
votes2
answers104
viewstake json data in url and play inside a textbox in c#
Good afternoon how do I take the data of a url that is in json format and play inside my textbox ? thank you
-
0
votes1
answer266
viewsHow to remove photos from public folder or protect to not be accessed by URL using Intervention image with Laravel?
I am using the image Intervention is this all working, my doubt and I would like to remove the saved photos from the public folder not to be accessed by the URL or protect the access by the URL for…
-
0
votes1
answer66
viewsDownload site without refresh?
I’m looking to develop a website without page reload but changes the page url so that search robots like google can find the pages of my site more easily than with ajax. As for example this: Ondasul…
-
0
votes2
answers128
viewsURL form sending nomenclature
Sending a form the result of the sent url is this: search.php? checkin=22%2F12%2F2017&checkout=10%2F01%2F2018 I’d like to keep it that way: search.php? checkin=16/08/2017&checkout=25/08/2017…
urlasked 7 years, 5 months ago Diego Marquez 320