Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
80 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....
m3tsys's user avatar
  • 3,987
0 votes
1 answer
182 views

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 ...
yungindigo's user avatar
1 vote
1 answer
85 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....
Etemire Ewoma's user avatar
0 votes
0 answers
32 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 ...
Lasen Punyawardana's user avatar
-1 votes
1 answer
72 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 ...
Anil Sharma's user avatar
0 votes
1 answer
85 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 ...
Peter's user avatar
  • 2,729
0 votes
1 answer
122 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 ...
WhyMe7's user avatar
  • 11
-1 votes
1 answer
121 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 ...
Julius Santiago's user avatar
0 votes
2 answers
155 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 ...
Ajith Chitturi's user avatar
0 votes
0 answers
37 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['...
Oleksandr Shyndin's user avatar
0 votes
0 answers
37 views

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 ...
Davis Wuolle's user avatar
0 votes
0 answers
73 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 ...
user24261195's user avatar
-2 votes
1 answer
35 views

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....
oksteve's user avatar
  • 37
2 votes
1 answer
78 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 ...
Jannis Ioannou's user avatar
0 votes
0 answers
49 views

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 ...
johnykes's user avatar
  • 2,053
0 votes
0 answers
42 views

Context (Double Submit Cookie and Subdomains): When using a CSRF token with a cookie for the Double Submit Cookie method, you have to ensure the client receiving the cookie can read this cookie, and ...
Nik's user avatar
  • 1
1 vote
1 answer
121 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 ...
sirzento's user avatar
  • 748
1 vote
2 answers
94 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->...
Jayasri S.V's user avatar
0 votes
0 answers
216 views

I am trying to create a web portal which consists a list of links to multiple other applications hosted in subdomains of portal. Portal and individual applications use same third party oauth2 provider ...
Jomy's user avatar
  • 33
0 votes
0 answers
33 views

I need to redirect my subdomain (blog.site.com) to the folder (site.com/blog) using Cloudflare workers. The main site, site.com is deployed on Netlify where I am using ReactJS. Also, I have deployed ...
Bunny808's user avatar
0 votes
0 answers
32 views

I have a Laravel project hosted on a subdomain (e.g., https://stackkit.swiftly.online), and I store images in the storage/app/public directory. I want these images to be accessible via the browser, ...
Peter's user avatar
  • 41
0 votes
1 answer
24 views

I run a wordpress website and I want to redirect all subdomains (e. g. www.anything.mydomain.com" to display the contents of mydomain.com. Is it possible? If not, how could I redirect all ...
Richard Prutkay's user avatar
0 votes
0 answers
257 views

I’m using Next.js and NextAuth.js in my project, which includes multiple subdomains. For authentication, I’m using the Credentials Provider in NextAuth.js. On login, Next.js stores the session in a ...
Anurag Parekh's user avatar
0 votes
1 answer
76 views

I need to be able to create a TXT record pointing to an APIM verification ID, I've found a way to do this with web apps, but APIM seems to not be the same. For example below I tried: // Reference an ...
jobatthemall's user avatar
0 votes
1 answer
232 views

I want to build a service similar to ngrok and I'm trying to understand the architecture behind ngrok's subdomain management for their tunneling service. From what I can see, ngrok provides unique ...
dimimir's user avatar
  • 75
1 vote
1 answer
533 views

I'm setting up SSO login for two apps on the same sub-domain using Nuxt 3 with Pinia and persisting data in cookie storage. The issue is configuring the cookie's domain option so that it's accessible ...
Success Ahon's user avatar
3 votes
1 answer
3k views

In Webpack, I can configure allowed hosts with subdomain wildcard matching using the allowedHosts option like this: allowedHosts: ['.host.com', 'host2.com'] This configuration allows: host2.com Any ...
mito's user avatar
  • 33
0 votes
0 answers
29 views

Current Setup I have multiple repositories setup in Github Pages, with the subdomains: site.com foo.site.com bar.site.com Intention There's a new repository that I want to add as a page for one of ...
edamamevv's user avatar
0 votes
0 answers
19 views

Say website A makes request to website B. If B sets cookies for A, then every subsequent A-to-B request has that cookie header. I got this. But what about subdomain? Does sub.A-to-B request share ...
Minh Nghĩa's user avatar
  • 1,110
-1 votes
1 answer
46 views

I trying to setup a subdomain api.mydomain.com in Transip, I can ping mydomain.com but not api.mydomain.com, ping is ICMP is enabled in the VM, This is the scenario: mydomain.com domain works can ...
MensinBM's user avatar
1 vote
0 answers
93 views

I use cloudflare pages to deploy static website and assign subdomains for each one under same root domain. when user access subpath like the following: rootdomain.com/generator/subdomaina rootdomain....
edwin_uestc's user avatar
0 votes
0 answers
46 views

I was trying to make an API call to a Laravel API that has subdomains from my Flutter app. Response res; try { res = await axios.post("http://tenantone.localhost:8000/api/driverLogin", { ...
Dechu's user avatar
  • 1
0 votes
1 answer
121 views

I'm trying to set up a website with contact form on a VPS (Debian 12). Nnginx serves the static files at domain.com, and the contact form POSTs to form.domain.com, which is handled by a node/express ...
wingaught's user avatar
0 votes
0 answers
58 views

I have a project with multiple subdomains for companies. When I access the project in production, it first shows the welcome page of the project, which has a login button that I can use to log in. ...
Procy's user avatar
  • 49
0 votes
1 answer
61 views

I have been tasked with determining how to maintain user sessions via cookies from one subdomain to another across multiple application pools. My findings so far indicate that subdomains can share ...
KDhyne's user avatar
  • 127
0 votes
1 answer
601 views

We are https://elitedomains.de/, a German domain provider offering nameservers for our customers to use with external domains as well. However, we have encountered an issue when trying to use our ...
ELITEDOMAINS's user avatar
2 votes
0 answers
390 views

I'm working on implementing authentication using AuthJS (NextAuth) in a Next.js app. I want the session and CSRF cookies to be accessible across subdomains (e.g., *.localhost:3000) as well as the main ...
Sammy Morgan's user avatar
0 votes
2 answers
57 views

How To Upload file from https://subdomain.laravel.com/ to https://assets.laravel.com/ Example your project on https://subdomain.laravel.com/ 'assets' => [ 'driver' => 'local', 'root' =&...
Emiliano Amaral's user avatar
0 votes
0 answers
78 views

I’m encountering an ActionController::InvalidAuthenticityToken error in my Rails application when using the session store configuration with domain: ':all'. The issue appears specifically when setting ...
Abhishek Tanwar's user avatar
0 votes
0 answers
131 views

I'm trying to configure Flask-SocketIO to handle CORS for multiple subdomains (e.g., cors_allowed_origins='*.domain.com'). allowed_origins = [ 'https://*.domain.com', 'http://*.localdomain.com' # ...
martanezo7's user avatar
0 votes
1 answer
91 views

My frontend, registered to the playlistmoodevaluator.com domain on Cloudflare, routes to a React CRA-based app hosted on Render. My backend, registered to the api.playlistmoodevaluator.com subdomain ...
tprebenda's user avatar
  • 514
0 votes
1 answer
54 views

I have an application hosted in IIS with using ASP.NET MVC 5. In this project there are pages with classic MVC pattern, but it also has API endpoints (ASP.NET Web API). I want to change subdomain of ...
Can's user avatar
  • 719
1 vote
0 answers
27 views

For years the website structure has been Desktop with Mobile friendly site on a subdomain using this code on the desktop with canonical stated on both versions and in in the desktop sitemap.xml and I ...
BSim's user avatar
  • 13
0 votes
0 answers
232 views

so im having a bit of an issue with namecheap and my DNS. So for context me and a friend are trying to get email verification up for a project were working on and so we went ahead and set up a domain ...
Chide Ogan's user avatar
0 votes
0 answers
193 views

I have a website hosted on Hostinger, with the domain managed on Hostinger as well. I've built a seperate page which I am hosting on CloudFlare Pages that I would like to make accessible via a ...
Tsabary's user avatar
  • 4,108
0 votes
4 answers
161 views

I have set up my subdomain domain routes like this:- Route::group(['domain' => '{subdomain}.' . env('APP_URL'), 'prefix' => 'console', 'namespace' => 'admin', 'middleware' => 'subdomain'], ...
Saswat's user avatar
  • 12.9k
0 votes
0 answers
59 views

I have a domain through Squarespace. I have a NestJS application hosted with AWS Elastic Beanstalk. This is up and running and accessible through the generated domain name. I have an AWS Amplify ...
Adam Piper's user avatar
0 votes
1 answer
125 views

Im trying to get my /archives to rewrite to archives.localhost for now. Im trying to understand rewrites and I think I have a basic understanding of it. When I go to the main index page archives....
Logan Rios's user avatar
0 votes
0 answers
49 views

I'm having some trouble getting my Node.js server to show up on my sub-domain. Here's what I've done so far: I have a Windows VPS running a Node.js server at http://192.168.0.12:443/. I want this ...
BleuSyn's user avatar
  • 13
0 votes
1 answer
52 views

I would like to host my content on two different servers. There is the main website content domain.com/main-stuff, and there is the campaign pages content domain.com/landing-pages/other-stuff. Is ...
NotAnotherCliche's user avatar

1
2 3 4 5
115