Questions tagged [url]

Uniform Resource Locators are a generic scheme for specifying the location of resources. They are most commonly used for identifying locations on the Internet (such as webpages and email addresses) but can be used to reference almost anything.

519 questions
1
vote
0 answers

IIS URL Rewrite to act as 404 handler

How can I use the URL Rewrite module in IIS to mimic a generic 404 handler? It is easy enough to set up rewrite rules that match a specific pattern, but what I want to do is to set up a rewrite rule for any URL that does not match an existing file…
Rewriter
  • 11
  • 1
1
vote
1 answer

JIRA Usage on AWS

I just set up JIRA on my ec2 instance after installing it via .bin installer file. But when I hit the ec2 url: ec2-xxxxx.xxxxx.amazonaws.com It is hitting the test success page for apache2 which I installed after JIRA installation. How do I get to…
Ace
  • 125
  • 5
1
vote
1 answer

Nginx rewrite part of URL

i'm trying to make a redirects from URL's with option ID to URL's with option URL_key i've assigned. I have two column table with ID i'd like to substitute and URL_key as substitute. 11337 bar 11419 restaurant 11399 cafe 15477 painting I…
Damir
  • 11
  • 2
1
vote
1 answer

New line character %250A in URL: Apache throws 404 error

This is example of the script path which causes problem: http://example.com/index/index/tokenID/345%250Atest If I try to visit this link on the production server I receive 404 error. If I try to visit it on local…
Tamara
  • 111
  • 1
  • 6
1
vote
0 answers

IIS 7.5 URL Rewrite domain redirect

I am trying to figure out why the following code does not work. This is a copy of my web.config file:
Ken
  • 11
  • 2
1
vote
1 answer

Using IIS URL Rewrite to redirect from one sub domain to another

I'm trying to set up IIS to redirect traffic from https://sub.foo.com to https://www.foo.com, but NOT redirecting any traffic to https://sub.foo.com/bar. The regular HTTP redirect module doesn't allow this kind of control (https://sub.foo.com/bar…
Mourndark
  • 159
  • 3
  • 14
1
vote
2 answers

How to stop Apache from finding a filename from a URL path (without the extension)

I have a file update.php in my doc root. But I don't want /update in my URL to direct to update.php (because I want /update to be associated with a page in my CMS, Drupal 7) I know that Apache is "processing" /update before Drupal gets to see it: I…
therobyouknow
  • 471
  • 4
  • 8
  • 18
1
vote
5 answers

How do I create subdomain names dynamically?

I would like to be able to create and remove subdomain name dynamically using scripting languages such as PHP, Python, Perl or others. I am using Apache as a web server Example: http://subdomain.example.com http://subdomain2.example.com thanks
Yogi
1
vote
0 answers

Is it advisable to disable URL Path Length restrictions from firewall?

I noticed in early August that I was unable to get to SharePoint Online sites, most Microsoft Update pages, Microsoft Support pages, Microsoft.com, etc. as they all appeared to be returning a blank page. From within our corporate network we haven't…
RyanH
  • 11
  • 2
1
vote
0 answers

IIS 7.5 giving 404.19 "Denied by filtering rule" if URL contains "test" - No filtering rule defined

my IIS is giving me a 404.19 if a certain URL contains the string "test" in any sort or form. For…
Worp
  • 327
  • 1
  • 4
  • 15
1
vote
2 answers

Why is "www" still used in a URL?

I know how www.example.com can be different from example.com. But is there really a need? Most of the time we end up setting both, www.example.com and example.com to the same IP. Is it still used only to make it more readable!?
nobrains
  • 59
  • 1
  • 4
1
vote
2 answers

How do I redirect to different backend server based on URL using Apache?

I'm a newbie to Apache, sorry if this is a documented solution somewhere. I have been scouring the web and can't seem to find this answer ... I would like to redirect traffic based on the URL coming into my Debian Wheezy web server running Apapche…
jimbei57
  • 11
  • 2
1
vote
1 answer

Access log of nginx: why are foreign URLs logged?

My access log is full of such entries: 178.207.40.219 - - [03/Apr/2014:17:34:37 +0200] "GET http://win.mail.ru/cgi-bin/auth?Login=nutyck@bk.ru&Domain=mail.ru&Password=241716 HTTP/1.1" 403 168 "-" "Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.7.6)…
robsch
  • 147
  • 9
1
vote
0 answers

"\xc2:\xc2" in HTTP proxy GET request

Recently I came across lines like these in an HTTP server's access_log (I've changed the real image to "someimage.jpg" - you can browse the images folder directly since directory listing is allowed, in case you want to try with a real image): GET…
0x80
  • 121
  • 4
1
vote
1 answer

WordPress: how to maintain "www" in the URL?

I'm very new to web hosting. I started an account at JustHost and installed a WordPress blog. I would like to access it through http://www.adlerr.com (my blog), however when I type in this URL in my browser, it transforms to http://adlerr.com and…
Roee Adler
  • 266
  • 1
  • 2
  • 10