close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Advice
0 votes
1 replies
77 views

I have a simple directory with the following architecture: www.mydomain.com/city_name/item_id/ Is it possible to modify URLs according to this view: city_name.mydomain.com/item_id/ using NginX? Thanks!...
0 votes
1 answer
70 views

In GeoGebra is there a method to plot only a portion of a curve defined by an equation? In other words if I want to plot only the first quadrant of the equation of a circle x^2+y^2=1, is there a way ...
1 vote
1 answer
128 views

I am trying to load custom dynamic subdomains to load as specific subfolders on my WordPress site. Example: apple.example.com should load the content from example.com/subfolder/apple apple.example....
1 vote
1 answer
157 views

I want my subdomain sub.example.com to render the page example.com/brand without changing the URL. Examples sub.example.com/ should render example.com/brand sub.example.com/work should render example....
0 votes
0 answers
53 views

In my web app, I have whitelisted all the domains for CORS. I still need to set the sameSite and secure attributes for cookies. My frontend and backend are in 2 different sub domains. my microservice ...
-2 votes
1 answer
111 views

i am using the mern stack to make chat app, everything works fine on the my local environment but when i deployed my site on render and vercel both, they have common problem -> after login token is ...
0 votes
1 answer
97 views

In my app I had ca. 20 subdomains. Now they are gone and https certificates with them. However, Google is indexing my site with use of the subdomains, which was never my intention. Example: Google ...
0 votes
1 answer
173 views

I'm working on a Next.js 14 (and I want to configure localization) project using the App Router and need to combine three middleware functionalities: Province subdomain rewrites Localization with ...
-1 votes
1 answer
231 views

I am currently trying to enumerate subdomains with wildcard filtering straight from the linux terminal. I have created a shell that seams to be spot on but the output files keep coming up empty. Any ...
0 votes
2 answers
251 views

I'm currently building a multi-tenant web application using Django and React. Right now, each user's page is available at a URL like https://mywebsite.com/. However, I want to change this so that each ...
0 votes
0 answers
47 views

I'm stuck with an issue on how to properly set up subdomains in my Flask project. Here's a simple example of the code I'm working with: from flask import Flask app = Flask(__name__) app.config['...
0 votes
0 answers
82 views

I am trying to use a subdomain to make an internal file browser on my site look flashier. My site is example.com. I have a directory at example.com/files/, with many various subdirectories. I want ...
2 votes
1 answer
95 views

According to connect-subdomain help page the steps to connect a 3rd party domnain to your shopify store is: on the 3rd party provider: Point the CNAME record for your subdomain to shops.myshopify.com ...
1 vote
1 answer
199 views

I currently proxy a website on my.domain:6799 to remote.com but that domain also uses subdomains like img.remote.com or video.remote.com. It it possible to add some kind of rule that proxys the ...
1 vote
2 answers
96 views

My code for moving an image to another subdomain public path: <?php if ($request->front_picture_path != '') { $imageName3 = time() . '_front.' . request()->front_picture_path->...

15 30 50 per page
1
2 3 4 5
383