5,747 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
80
views
Dynamic WordPress .htaccess subdomains does not work
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....
0
votes
1
answer
190
views
How to redirect requests locally from one domain to another on mac
I need to test accepting requests from a custom domain to my local web server.
The idea is I have a main app domain
main-app.com
I provide a subdomain for users
user-1.main-app.com
Then the user can ...
1
vote
1
answer
87
views
Next.js host based rewrite did not trigger on the root path
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
33
views
How does setting the cookies samesite attribute to strict affect a web application with the FE and BE on two different sub domains?
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 ...
-1
votes
1
answer
72
views
token in cookie get lost after refreshing the page. MERN stack
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
85
views
Laravel: Google is indexing my site with subdomains, which are now obsolete. How to redirect?
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
124
views
How to Combine Next.js 14 Middleware with next-intl for Localization, Province Subdomain Rewrites, and CORS?
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
124
views
How to manually enumerate subdomains?
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
161
views
Where to set up subdomain routing? Front-end (React) or Django (Backend)?
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
38
views
Flask Subdomain Routing Not Working Correctly After Deployment on Render.com
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
38
views
LinkedIn won't preview any URLs at my domain or subdomain
LinkedIn will not fetch any URLs on my domain for a post. When I use Post Inspector with any url for my domain or any of its subdomains I get this message: "We did not re-scrape (url) because the ...
0
votes
0
answers
73
views
How can I point a subdomain at a directory without breaking PHP includes?
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
35
views
Does Chrome silently drop some subdomain names?
I have a website with a main domain and several subdomains.
example.com
sub1.example.com
ltd.example.com
They all have visibly different content.
With Chrome if I enter sub1.example.com I get sub1....
2
votes
1
answer
78
views
How does shopify verifiy that the 3rd party domain I try to connect via settings>domains does not belong to another shopify user?
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
...
0
votes
0
answers
49
views
CloudFlare - redirect non existing subdomain to custom URL
I want to redirect all unexisting subdomains to a specific URL.
E.g:
j23g424g.mydomain.com → mydomain.com/404
ghj294g02g.mydomain.com → mydomain.com/404
etc...
So if a subdomain doesn't exist (user is ...