A Uniform Resource Locator (URL) is a Uniform Resource Identifier (URI) that specifies where an identified resource is available and the mechanism for retrieving it.

learn more… | top users | synonyms (1)

0
votes
0answers
4 views

Android Autocomplete from a online csv file?

i can't figure it out how to make a auto-complete search by passing directly the URL of a csv file or in the worst case i'll have to put my csv inside the application itself but i don't know ho to do ...
0
votes
1answer
21 views

How to parse GET tokens from URL with regular expression

given a URL with GET arguments such as http://www.domain.com?key1=value1+value2+value3&key2=value4+value5 I wish to capture all the values for a given key (into separate references if ...
0
votes
1answer
23 views

Absolute URL and relative URL

Here's the homepage of Stony Brook University: http://www.stonybrook.edu/ There's a link whose anchor text is "Academics" on the homepage. By checking the source code of the page, I find that the ...
-1
votes
2answers
17 views

Extract Part of URL and Navigate to it

I have no idea how to do this, but I need something that will take the last part of a url and navigate to it. (probably more effective to take out first part) For example ...
0
votes
1answer
8 views

Ruby on Rails consolidate query params with same name into the same URL parameter

I have a form with a multiselect input like this: select_tag "activity_types[#{category}]", options_from_collection_for_select(ActivityType.all, "id", "name"), multiple: true Which generates markup ...
0
votes
4answers
29 views

Jquery to get parameter Id from MVC url?

I have the following url : http://www.xzy.com/AMS/Audit/Agency/10017397 I need to strip out the id: 10017397 from this url? I tried: function GetURLParameter(sParam) { var sPageURL = ...
0
votes
1answer
14 views

Apache2 - Friendly URLs

I am using this code for creating friendly urls: rewriteengine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?url=$1 [QSA,L] It should work ...
1
vote
1answer
52 views

C# Calling a URL: Timeout

I am trying to write a part of a program that notifies the Admin that a clients data has been updated/sent by calling a URL that sends an email to the admin. I have been successful in doing this but ...
1
vote
1answer
19 views

rewrite rule not redirecting http to https

Currently we are trying to setup a redirect from htttp to https in our web.config limited to the domains we use. But it's not working. <rewrite> <rules> <rule ...
1
vote
0answers
11 views

IIS Rewrite Module and sub applications

Here's what I have deployed: testRedirect is an empty website. All sub-applications are sub-folders that have been converted in application. Here's what I want to setup: Http://localhost/ must ...
0
votes
1answer
13 views

Jetty '{servlet}/{parameter}' url routing

I'm using jetty 9.0.3. How can I map an url such as www.myweb.com/{servlet}/{parameter} to the given servlet and parameter. For example, the url '/client/12312' will route to clientServlet and its ...
-5
votes
0answers
27 views

URL replacement with equal characters [closed]

ASCII Character "="with corresponding URL-encoding is "%3D".. It not works when both replaces, Why it not works.. my program output totally depend on this replacement.. anybody please give the answer
1
vote
1answer
8 views

How to change url in extjs4 based on per page render?

I am working in ExtJs4.I am getting stuck at a point where I have to change my url like E://demoProj/index.html to E://demoProj/index.html#firstpage or E://demoProj/index.html#secondpage based on per ...
0
votes
0answers
16 views

laravel 4, how to be sure to have index.php in the url

I'm learning Laravel 4 and I can't use .htaccess in my hosting space, so I need to have index.php constantly in my url or I'll end up having a 404. Is there a way to let laravel 4 know that I need ...
1
vote
1answer
29 views

What do these operators do?

I'm working within an MVC and need to change the blog url from being /about/blog to just /blog... easier said than done haha. I'm wading through the controllers and various other .vb files to try and ...
1
vote
1answer
14 views

SEO URL for information pages in opencart not working

I'm trying to create custom SEO url's for opencart i've googled for hours and tried all the solutions (Set SEO friendly urls to yes in the admin pannel) and succesfully added SEO keywords to my ...
0
votes
0answers
4 views

domain forwarding causes to have no access to parent folders

The Problem: I have two domains: domain-one.com and domain-two.com. domain-one.com points to / (root) and domain-two.com points to /sub/ (domain-one.com/sub/) (so there is only one server) ...
0
votes
1answer
28 views

Checking a url in a post

I have created a comment form and i want to know how to check if someone has posted a url in it. It works on a simple code and it can be downloaded from ...
-1
votes
1answer
18 views

How would you clean up URL from tracking query string variables?

I have some 1000s of URLs and the task is to count their occurrences and print top frequent. The problem occurs when single article has multiple URLs. Example below: ...
0
votes
0answers
9 views

Load Treepanel data from url

I'm trying to retrieve data using a post method which gives the following response. data: "{"root":{"text": "Src", "id": "src","expandable": "true","expanded": "true","children":[ { "id" : "India" , ...
0
votes
0answers
12 views

Saving the modified state of an AngularJS application to the URL

I've got a rather complex HTML form that users fill in and submit. On submit we redirect to a third party Web site, generating that redirect parameters depending on the form values. Then, if users ...
0
votes
1answer
10 views

CodeIgniter breadcumbs helper from url

I have found this helper function that creates breadcrumbs dynamicly from the url. I've put it in my code and tested it and works, but the only thing is that i want to adapt it according to my needs, ...
-1
votes
0answers
11 views

Paypal - Auto return URL Not working sandbox account

The auto return URL of PayPal Account is not working. When I click on “Pay Now” button on the PayPal account. It shows me the below message Stagin, you've just completed your payment. Your ...
0
votes
2answers
23 views

Encode content part of URL in Java

I have a URL string with replaceable values: http://DOMAIN:PORT/sendmsg?user=test&passwd=test00&text={CONTENT} I have to encode the content part, so I tried this: String tempContent = ...
0
votes
1answer
22 views

java url connection set cookie

I followed Ian Brown's tutorial to set a cookie to a request http://www.hccp.org/java-net-cookie-how-to.html but it don't works: import java.io.BufferedReader; import java.io.IOException; import ...
0
votes
2answers
31 views

a link pass multiple parameter in zend framework

hi i am new in zend framework 2.2.0. i want to create the a link that go to delete page right now i am passing only id in the url so i want to pass another id in it. <a href="<?php echo ...
-3
votes
0answers
11 views

I misspelled my fan page name and it will not let me change it [closed]

I misspelled my fan page name and it will not let me change it. It was my second time changing it. Can someone Please help? It is www.facebook.com/atractionmarketingsystem. It should read "Attraction" ...
0
votes
1answer
16 views

How to use popup.html from URL in Chrome Extension?

I want to create an extension for Google Chrome, and it will be real simple. I will have a database on my website's server, it will check if a URL is in the "blacklist" table, and warn the user if it ...
1
vote
1answer
13 views

%20 in filename, browser sees whitespaces. How to avoid that?

I have imported images to my own server. One of the many filenames has %20 in them, e.g. "50128%202789%20001V%20500.jpg". However the browser sees it as "50128 2789 001V 500.jpg", so it won't display ...
0
votes
0answers
8 views

fb://event/(event#) link no longer brings up event within facebook app

Only a few weeks ago I could link to a facebook event within the facebook app on at least iOS using the facebook url scheme (fb://) this link could be in a text message or on a website. It now brings ...

1 2 3 4 5 495
15 30 50 per page