Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.

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.

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
0 answers
89 views

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

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

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

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

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

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

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

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 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

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

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 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

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

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

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

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

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 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

I have 2 URL redirection rules: <rewrite> <rules> <clear /> <rule name="al - helyek/al (kieg)" enabled="true" ...
Score of 0
1 answer
199 views

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

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

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

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

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

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 ...

1
2 3 4 5
11