Skip to main content

Questions tagged [http-redirect]

When a URL is updated the server sends a HTTP redirect message with the updated URL. The redirect option in HTTP is also used by the server to perform load balancing.

http-redirect
1 vote
1 answer
25 views

Next.js redirect to external URL but keeping the same domain

I have my project build in next.js 14.2 and hosted on heroku under my-app.com Now I want to serve a external site as landingpage content my-landingpage.com without the user noticing that the domain ...
smaica's user avatar
  • 793
0 votes
3 answers
51 views

NodeJS Express Host index.html File Then Route To Specific Spa Route with Params

I have an application that uses Angular 13 as the frontend and nodeJS with express for the backend. The backend servers the frontend files. I am working on adding subdomains into my application and ...
coder123's user avatar
  • 373
1 vote
1 answer
33 views

Domain without www returning 301 as expected but 404 with www

I need both versions of a URL to resolve properly, "www.example.com" and "example.com". Currently only the root domain actually gets redirected as it should (302). The www url ends ...
DRestivo's user avatar
0 votes
0 answers
6 views

Redirect blog.liquid.diamonds to liquid.diamonds/blog along with all the nested URLs

I had a wordpress blog hosted at https://blog.liquid.diamonds. I have now migrated to liquid.diamonds/blog and all the associated pages. Webflow is used for maintaining liquid.diamonds and the blog as ...
chetang's user avatar
  • 308
0 votes
0 answers
12 views

Jupyter hub custom authentication using token in header

I am using jupyter on my device mac ( apple silicon M2 ) which i cloned from the github repository what i want do is i will generate a generate a image and deploy on GKE for my users to use , now how ...
Harsh Mehta's user avatar
0 votes
0 answers
16 views

.htaccess 301 redirect with # hashtag in the URL

i need to redirect a single url with a # within it. For some reason the system generated this. Old URL: https://testurl.com/part1#/part0229452 New URL: https://testurl.com/part1 I think that the '...
Johan van der Meer's user avatar
-3 votes
0 answers
24 views

How to redidirect from https://www example.com to https://example.to.com in blogger [closed]

I have a sub domain in blogger and I will like to redirect from other variants like http://www.miketunde.blogspot.com to https://miketunde.blogspot.com How can I do this? I am a newbie in coding I ...
MITA1's user avatar
  • 1
0 votes
0 answers
12 views

Is there a way to foward a domain only if the request doesn't come from that domain

I have an odd question. I have a client (company A) who is being absorbed into a larger company (company B). The new company would like it so that anyone who goes to domainA gets forwarded to a ...
rudtek's user avatar
  • 375
0 votes
0 answers
23 views

"Page not found" in Netlify when accessing a dynamic path not pre-built

A path in my nextjs app /post/[publickey] uses getStaticProps & getStaticPaths in order to generate the appropriate meta tags. However, the prebuilding causes the dynamic path to be lowercased on ...
Hyetigran's user avatar
  • 1,215
0 votes
0 answers
11 views

How to configure/rewrite an inbound URL/endpoint of a Web API hosted on IIS to redirect to a different URL

I hosted a Web API on IIS on one of our test servers which will be listening at https://mytestserver.com/Test/Api/Status but the client will actually send PUT request to https://mytestserver.com/api/...
user2643324's user avatar
0 votes
0 answers
14 views

WordPress multisite redirect from Mainpage to Sub Page

I have a WordPress multisite setup. Now I want a redirect from the Main Page www.mypage.com to www.mypage.com/CH-DE. it should work with mypage.com, www.mypage.com, https://wwwmypage.com.
Penumbra's user avatar
  • 193
0 votes
2 answers
37 views

Nuxt.js localhost redirects to /login automatically, resulting in 404 error

I created a new Nuxt project and want to use the pages/ directory, therefore I deleted app.vue as it is no longer needed. The /pages directory until now only contains the index.vue file with the ...
y-neck's user avatar
  • 33
0 votes
1 answer
78 views

Massive redirect in nginx

I trying to configure massive redirect links like https://example.com/products/Borbone-Crema-Classica-1-Kg_45668050 to https://example.com/products/borbone-crema-classica-1-kg--45668050 via nginx ...
user3774771's user avatar
0 votes
1 answer
36 views

Getting net::ERR_NAME_NOT_RESOLVED error on flutter Azure authentication redirect url

I am setting Azure authentication with flutter. The Login function is below Future<void> loginWithAzure(context) async { config = Config( tenant: 'edfdf2d2-ef52-4a80-a647-...
paseo Market's user avatar
1 vote
1 answer
63 views

Go: redirecting from HTTP to HTTPS goes to localhost

I'm trying to redirect from HTTP to HTTPS in Go, but no matter what it goes to localhost: I define the servers and run them: httpServer = &http.Server{ Addr: login.HttpPORT, ...
Anacardo's user avatar

15 30 50 per page
1
2 3 4 5
2864