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.
521 questions
Score of 0
0 answers
89 views
Im trying to find a soecific url on aws S3
There is a server hosting a blog or newsletter content. Aws east. S3 It matches and assigns random landlines and phone numbers to call back for matching people, or juat matching to the blog or ...
Score of 2
1 answer
279 views
need to redirect browser from simple URL to certificate (file) download
IIS with URL Rewrite (Windows 11)
I'm trying to create rule(s) to redirect a URL to access and download a file (.cer). The protocol is only http.
e.g.,
user goes here "http://www.example.org/pki/...
Score of 1
1 answer
381 views
Squid: How to Block URLs with Files That Automatically Download a File
Need to block source "github.com/user-attachments/files/16246802/README.txt".
it is also written in the blacklist file
in squid.conf:
acl need_to_block dsdom_regex "/etc/squid/...
Score of 0
1 answer
177 views
Domain propagation to all URLs on my WordPress site
I installed a wordpress site on digitalocean and made all the DNS notes and it is completed according to https://www.whatsmydns.net/. However, the only page that has the domain name and the homepage, ...
Score of 1
1 answer
293 views
How to remove amp word from center of url
I removed Amp Module from our site and I need to remove amp word from center of all of urls.
Using Nginx Web server
for example :
mysite.com/shirt/nike?amp=1&product_list_dir=asc&...
Score of 1
0 answers
561 views
mikrotik script is not run through GUI or Schedule
I get a problem that i have a one line script as bellow:
/tool fetch url="https://......"
When i run this script in winbox with "Run Script" button it does not work and after i ...
Score of 0
1 answer
278 views
Is it possible to have conditional Route 53 DNS records based on URL path?
Problem: migrating support articles from HelpScout to Zendesk. I want to set up a list of 301 redirects.
Example:
301 Redirect:
https://support.domain.com/hs/article/1234-Problem-Help
to:
https://...
Score of 1
2 answers
10302 views
IIS URL rewrite troubleshooting
I'm using IIS to reverse proxy HTTP requests to a nodejs app running in the same machine.
URL rewrite and ARR modules are installed and the proxy setting checked. The URL matching seems good: if I ...
Score of 0
1 answer
1606 views
If I relocate my website's server (changing the IP in the process), will my users be able to access it under the same domain?
If I first publish my website from my server which is in city A, and then move this server to city B (which I expect to change its IP address), will the website's users still be able to access it ...
Score of 2
2 answers
6186 views
How do I redirect a specific URL/ROUTE/PATH/LOCATION to another?
Say my client (current device) wants to connect to a URL, say foo.bar.com/spam/eggs/123, how do I serve or redirect to another specified URL, say 127.0.0.1:8080, and prevent the client from reaching ...
Score of 2
1 answer
611 views
nginx: How to write regex to split URL into host and "everything else"?
I want to map
https://www.example.com/Something/SomethingElse/
to
https://www.example.com/index.php?/Something/SomethingElse/
So far I understood that I need the location directive in nginx and use ...
Score of 0
1 answer
235 views
one public IP Address same service (https) for two website is working (different Domain name) [duplicate]
One Public IP Address giving same service for two web site (Different DNS).
beirutmotorsparts.com - 66.96.147.120 - 443
alwaslautoparts.com - 66.96.147.120 - 443
One public IP can give 443 to one Web ...
Score of 0
0 answers
146 views
Restrict Apache forward proxy to a remote url set
Is there a robust way to restrict Apache forward proxy to a set of remote URLs?
Now I can see the only solution with multiple identical <Proxy "..."> blocks as:
<Proxy "http://...
Score of 0
1 answer
6224 views
VPN Connection to specific URL only
I've installed OpenVPN server on my Ubuntu server via https://git.io/vpn and it works like a charm! However a new request came in and it is rather complicated.
You see, the clients connecting this VPN ...
Score of 0
1 answer
421 views
RegEx for 301 redirects to change path AND remove a string
I am looking for an RegEX redirect rule to redirect the image file locations to a new location, whilst also removing part of the original url which is the name of the image
OLD URL:
/components/...
Score of 0
1 answer
209 views
Should I add a "MySQL_URI" to the MySQL Kubernetes deployment file?
This is a Kubernetes deployment file that originally was using only MongoDB database. I tried to add MySQL to it as well like below:
apiVersion: apps/v1
kind: Deployment
metadata:
name: auth-depl
...
Score of 0
0 answers
24 views
Port Forwading by Url? (Nginx) [duplicate]
I am new to server stuff, i want to host multiple rest service using docker and nginx.
Let's say i have three service that runs on 8180, 8181 and 8182. I am able to forward request to one port but i ...
Score of -1
1 answer
604 views
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 ...
Score of 0
1 answer
463 views
NGINX setup for web returning default configuration when using suffix
I have a VPS where I have several projects running. Some of them serve web pages (made with React) and others are REST API endpoints for some of those pages.
All is working. But I've added a new ...
Score of 0
0 answers
320 views
Full URL Required for 404 Page To Work — Apache
On a project I'm working on (currently on localhost on MAMP), the 404 page only works if I include the full URL with the ErrorDocument statement in the .htaccess file:
ErrorDocument 404 http://...
Score of 0
0 answers
238 views
Why would you want a dot at the start of a fqdn in a CORS Access-Control-Allow-Origin header?
I've recently seen a URL listed in a CORS Access-Control-Allow-Origin header where the fqdn portion starts with a dot (eg. 'http://.example.com').
I'm struggling to think of a good reason for this, ...
Score of 1
0 answers
939 views
Multiple negative lookbehind
I have this code:
location ~* (/.*)?(?<!(food/sweet/dessert))/dollaritems {
return 301 $1/breakfast/la/dollaritems;
}
This is working fine to redirect users going to any page with /dollaritems ...
Score of 0
0 answers
128 views
Port Number only working when using IP to connect, not URL
so I have a nginx server listening on port 80.
Works fine. I can connect to it via "exampleip" and "exampleurl"
Now on my dedicated server I have another program on Port 9999
If I ...
Score of 0
2 answers
128 views
website says connection insecure if typed without the protocol
I have a website and when I type the url with 'https://' the browser shows the site normally, however if I do not include 'https://' in the url, the browser brings me to a page that says my connection ...
Score of 0
1 answer
401 views
Server File Download
I am running a Ubuntu virtual machine on Azure and on my landing page I wish to allow downloading a file I already uploaded to the server. For this reason I made a hyperlink in my index.html file ...
Score of 0
1 answer
147 views
Preventing masked url redirect from outside
We have a problem that someone trying to do masked url redirection for our e-commerce. How can we deny/abort? Using IIS or Windows Server.
Main Domain: ecommerce.com
Masked Domain: myshop.com -> ...
Score of 1
0 answers
264 views
NGINX should not change the URL in the Browser Address Bar
I hope you can help me on the following matter.
I have NGINX Running and want to forward to .html (virtual pages) to index.php?view=$args without changing the URL, which is shown in the Browser ...
Score of 1
0 answers
72 views
IIS accepting requests with zero-width characters
We're running an API behind a pair of load-balanced IIS v10 servers that route the request to a pair of Tomcat servers (historical reasons for this architecture).
A couple of instances have come up ...
Score of 1
1 answer
256 views
Nginx + jirafeau - deny acces to admin.php
Hello i try to deny access for externe IP to my URL admin.php of my website with nginx.
I have a jirafeau server with a example.com/admin.php
I try to deny acces for this page but dont work. I am new ...
Score of 0
1 answer
689 views
DNS redirect to a static IP?
I want to implement a URL shortener using a DNS modification. Is this possible?
It would do things like convert a domain name to a static IP:
https://fubar/keyword -> https://192.168.0.200/keyword
...
Score of 2
1 answer
4510 views
403 in nginx when accessing a directory
I made a very simple server to test how a URL with folder behaves in nginx. Nginx is running in docker (nginx:latest image). Nginx runs user nginx (default set in /etc/nginx/nginx.conf).
server {
...
Score of 0
2 answers
24391 views
How to add http host header in URL?
I have web app deployed in K8 in aws & configured LoadBalancer to call the same from internet.
In the Postman I call like ,
GET https://myteams.myorg.net/config
Headers: Host doom.myteams.myorg....
Score of -1
1 answer
319 views
Interpret URL correctly which port is the webserver listening to? [closed]
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=...
Score of 0
0 answers
288 views
Disable URL decoding in certain urls KEMP Load Balancer
So I recently set up GitLab in my server and I use the kemp load balancer to reverse proxy and also manage other rules and stuff but today I noticed that the web IDE wasn't working and after looking ...
Score of 0
1 answer
645 views
Fritz!Box & Ubuntu: Expose URL in LAN with Apache Httpd and Bind
I hope someone can help me with this - I thought - simple task.
Situation:
On my private LAN I run an Internet-Router ("Fritz!Box") and a Raspberry Pi with Ubuntu 20.04 LTS on it. I ...
Score of -1
1 answer
271 views
How to direct a custom domain at a particular tweet [closed]
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/...
Score of 1
0 answers
2116 views
NGINX proxy_pass without changing URL
My Goal
My goal is to redirect to a different web page without changing the URL in the address bar. So for example I want to redirect from https://my.site.com/path to https://external.com/other, but ...
Score of 1
0 answers
149 views
Apache Rewrite Permalinks on non-WordPress site
I've inherited a legacy PHP site running on Apache with a custom CMS. The URL structure is currently:
https://example.com/topic.php?id=100&Title=Blog+Post+Topic
Is there an easy(-ish) way to ...
Score of -1
1 answer
389 views
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 ?
Score of 1
0 answers
270 views
apache2 reverse Proxy - how to change default http Port of connected webserver
I am working in a test environment and set up an apache2 webserver in a Ubuntu 21 VM and an IIS webserver within a local network to learn about proxy server functionality. In these first tests I use ...
Score of 2
1 answer
982 views
used colons for url htaccess http://localhost/1:1
I have a problem with the colons used in url
this my url
http://localhost/1:1
this my htaccess
RewriteEngine On
RewriteRule ^/(.*):(.*) index.php/$1:$2
this error show Forbidden You don't have ...
Score of 2
1 answer
1023 views
When changed to WWW, all URLs showing index.php?page= how to remove index.php?page=?
I recently managed to direct all URLs from non-www to www as I had an SEO error regarding duplicate websites.
Once I have applied www rules then all my URLs start showing index.php?page= which doesn't ...
Score of 1
1 answer
1143 views
Is It Technically/Feasibly Possible for a URL to have 3 or More Public Suffix Labels? (eg. test.co.io.example)
I know that it's possible to have at least 2 labels in the publix suffix (eg. test.co.example), but is it possible to have 3 or more (eg. test.co.jp.example)? I'm not asking if it's possible to have ...
Score of 0
1 answer
467 views
IIS URL Rewrite does not work on a complex URL
I have 2 URL redirection rules:
<rewrite>
<rules>
<clear />
<rule name="al - helyek/al (kieg)" enabled="true" ...
Score of 0
1 answer
199 views
subdomain vs subfolder in site address
I have a main website, from which users can navigate to several web applications.
I'm trying to decide if the URL for an application should be as a sub-domain or as a sub-directory, namely which of ...
Score of 0
0 answers
229 views
Rewrite URL on windows 10 pc?
I'm not a pro in networking, but a software engineer, so don't kill me if it's not possible, but here's my question with a little "intro".
So we have a server that is currently at public ...
Score of 1
0 answers
155 views
`baseurl` when hosting fossil as CGI
I'm self-hosting a repository on https://example.com/, running Apache. I've created a CGI script named index.cgi under DOCUMENT_ROOT as described in https://www.fossil-scm.org/fossil/doc/trunk/www/...
Score of 1
1 answer
278 views
Nginx Redirect regex
I have this url:
https://example.com/admin/catalog/product/view/id/45533/?___store=en_us&sendAttributionID=email_automation_5ffa6c5967af4527508858fb&ContactID=...
Score of 2
1 answer
1172 views
Browser Downloading ASP App Instead of Displaying
Windows Server 2012 R2 / IIS 8.5
In IIS > Sites > Default Website I have an (ASP) application, when I visit the localhost URL a file is downloaded instead of the page being displayed.
The files ...
Score of 0
2 answers
884 views
RewriteRule conflict and trailing slash
We are migrating a website to our cPanel infrastructure. The customer hosted the website on his own infrastructure using Nginx. He sent to us his Nginx configuration files and we converted them to ...