Questions tagged [reroute]
45 questions
1
vote
2 answers
Loading a Joomla component instead of article for the front page
I want to load a Joomla component for the front page and not an article.
How would I do that?
Thanks!

Paul V
- 351
- 3
- 9
0
votes
1 answer
What will happen if ElasticSearch shard allocation fails in between? What i mean is i am relocating a shard from nodeA to NodeB using reroute API
So I'm moving shard(20gb) data from one node to another node using reroute request, if a failure occurs (node is down) in between where only a part of data moved to destination node, and when node starts again what will happen with this corrupt…

Random
- 3
- 3
0
votes
0 answers
"transforms.Reroute.topic.regex" and "table.include.list" in property Json of Debezium SQL connector
``As per below property files, expected behavior is to route events from "table.include.list": "dbo.idm_assets,dbo.idm_datapoints" to queue - debezium_assets and from "table.include.list": "dbo.idm_workorder,dbo.idm_activity" to queue -…

Anvitha
- 1
0
votes
1 answer
Firebase Hosting Route ReWrites (Abnormal Paths)
I'm trying to create a firebase routing rule that will re-route any request under a specific sub-directory to one particular file on the server.
This works if I have a normal filepath (with an extension), but does not seem to work if I have removed…

LeftBrain
- 326
- 2
- 10
0
votes
0 answers
how to re-route (not redirect) invalid API request with AWS lambda?
How or where can I define re-route rules for invalid requests to my lambda without sending the 30x status code to the client?
For example, if there is a request to api/v1/hello, which is invalid, I want it to be re-routed to the handler/controller…

TDao
- 514
- 4
- 13
0
votes
0 answers
I can't get php version 8.0 redirect to work in Visual Studio Code
I have used this same code PHP redirect on a hosting site and it works fine. When I use it in Visual Studio Code with my localhost setup, it doesn't work. In PHP version 8.0 I do a
$reroutePath = "Location: http://" . $_SERVER['HTTP_HOST'] .…

Miff
- 15
- 7
0
votes
0 answers
Flutter web-custom url scheme?
Recently, Flutter added support for custom schemes in urls, meaning we can remove the hashtag in the url scheme. This works fine and dandy and launches all screens without the hashtag url. However, if we manually try to go to the direct page, such…

Provendor
- 85
- 1
- 9
0
votes
0 answers
Triggering a reroute within a scroll event removes current URL from history (Chrome, MacOS)
The following webpage (let's call it test.html) behaves differently in Safari, Firefox, and Chrome. This question specifically relates to its behavior in Chrome.