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.
Questions tagged [url]
519 questions
-1
votes
1 answer
How can I configure apache to respond 400 when request contains an invalid byte sequence?
On web application someone is making invalid HTTP request containing invalid bytes.
According to RFC 3986, section 2 only ASCII characters are allowed in the HTTP Request line. However I am receiving request contains the byte sequence (in Hex) \0xC3…

Jarl
- 305
- 1
- 4
- 10
-1
votes
1 answer
rewriting a URL where a subfolder should not be visible
I have multiple domains setup with my webspace (all via a hosting provider)
So www.maindomain.example links to /maindomain on my webspace. www.domain2.example links to /domain2 on my webspace. Pretty simple so far.
However as soon as I place another…

Matt
- 43
- 1
- 3
- 11
-1
votes
1 answer
URL Redirect to IP on LAN
Possible Duplicate:
Is there a way to forward a port based on subdomain?
wOk here is what I need to do:
Listen on various ports and route to LAN IP addresses based on url and port.
So I have a number of domain names assigned to the same IP…

Mike
- 1
- 1
-1
votes
1 answer
Mask URL part while proxying Tomcat webapp through Nginx
I've got the webbapp at the server 1.1.1.1:8080/AppName/
Now I need to hide port and AppName dir URL part.
So I installed Nginx on server 2.2.2.2 with virthost name test.com.
Here is the virthost config:
server {
listen 80;
server_name…

Michael A.
- 101
- 2
-1
votes
2 answers
Have SSH access - how to find domain?
I've been giving SSH access to a server. All is fine, I can log in and do my work...
But I was not given a domain, so how can I view said work in a browser?
My files are located in:
/home/username/public_html/index.html
Visting the IP in the web…

speg
- 3
- 1
- 3
-1
votes
1 answer
Does anyone by any chance happen to know anything about URL 404 page
Does anyone by any chance happen to know anything about URL 404 page Error resolutions
If so I appreciate your feedback
Here is an example below actually exact
Thanks again much appreciated!!
“Not Found
The requested URL was not found on this…

Tyler
- 1
-1
votes
1 answer
Interpret URL correctly which port is the webserver listening to?
I have a webserver running which i didnt install. The URL to reach the webserver is https://adomain.de:7535
I took a look at the respective service unit and noticed its listening on port 7535 (--port=7535).
So i am wondering how that works and how i…

alessio
- 11
- 2
-1
votes
1 answer
How to direct a custom domain at a particular tweet
I have registered a new domain, let's call it particulartweet.com.
I would like users who enter that domain in their browser to land on a particular Twitter URL, like https://twitter.com/wgervais/status/1260723066847391747.
Can I do this just with…

Cornelius Roemer
- 131
- 6
-1
votes
1 answer
Disallow: /?q=search/ in robot.txt
Does /?q=search/ means I can't web scrape the search websites that ends with =search/ ? Can I scrape an URL ends with =0#search ?
-1
votes
2 answers
Two apache servers on same machine with same port
I have a self hosted apache website with php and mysql on my Raspberry Pi. Now I need to make another one for my new domain but I have no other computer to run the server on. Is there a way for me to run the server on the same machine, with the same…

James B. Reese
- 21
- 5
-2
votes
4 answers
Redirect www.site.com to https ://www.site.com without breaking email
I want this:
www.example.com -> https://www.example.com
example.com -> https://www.example.com
Here are my URL Redirects Record
Record 1
Host: www
Value: https://www.example.com/
Record 2
Host: @
Value: https://www.example.com/
Now, when I try…

vjjj
- 117
- 5
-2
votes
1 answer
Why doesn't my homepage URL contain a trailing slash in the browser address bar?
When I visit my homepage https://example.com/ in a web browser, the trailing slash doesn't appear in the URL when I view it in the browser address bar:
https://example.com
However, if I now copy the address from the browser address bar (which is…

henrywright
- 127
- 1
- 9
-2
votes
1 answer
remove everything but domain name from url
I am looking if the is an easy way to keep the webpage always with the URL like:
http://example.com
at the time there are request…

manou
- 61
- 7
-2
votes
2 answers
how to replace one url with another using sed inplace replace in multiple files?
As you can see in the script example down there, I'm trying to find and replace (inplace replace) a string which is part of an URL with another string (url part) within ALL files found with that pattern of URL.
In other words, all *.txt files which…

Axel Werner
- 156
- 1
- 12
-2
votes
1 answer
subdomains: will the external host urls still work
An outside company is building a website for our client as we are building the web app with dashboards.
The website will have a "login" button which we will set up a subdomain to point to our server.
It will look like this, dashboard.example.com.…

Naterade
- 99
- 4