Questions tagged as 'rotas'

1
answer

Angled Routes 2+

My application starts in the component Login component: bootstrap: [LoginComponent] In my login routing module I defined the following routes: const loginRoutes: Routes = [ {path: 'dash', component: DashboardComponent}, {path: 'regist...
asked by 18.07.2018 / 18:13
1
answer

Routing daughters routes4

Hello, I'm encountering problems with my child routes. Follow my routing: export const ROUTES: Routes = [ { path: '', redirectTo: 'Login', pathMatch: 'full' }, { path: 'Login', component: Login }, { path: 'Cadastro', component:...
asked by 04.07.2018 / 15:01
1
answer

How do I hide or clear the url while giving a get in asp.net mvc?

I would like to know how to clean or hide data that I pass through a URL to a webapi so that the data does not become apparent and does not get in the way of my routes. follows example: http://localhost:65286/Cliente/Login?Email=alguem%40...
asked by 15.11.2017 / 21:09
1
answer

Silex can not find routes

I have a Silex 2.0 application with PHP 7.0 and Apache 2.4 (on port 8080) with the following structure: silex/ | - vendor/ | - web/ | - index.php | - composer.json | - .htaccess composer.json { "require": {...
asked by 11.01.2017 / 22:02
1
answer

Working with wordpress routes

Is it possible to work with custom routes within wordpress? I'm building a website that consumes an api where the user can search for products. I would like to customize the url of the site to determine pages as follows miite.com/static/ci...
asked by 04.12.2016 / 00:12
1
answer

Order of routes in Laravel 5

I'm starting in laravel , I have the following routes: Route::get('/', function () { return view('indextemplate'); }); Route::get('/', function () { return view('footer'); }); Route::get('/', function () { return view('header...
asked by 14.07.2016 / 00:23
1
answer

Calculate the closest point and trace route in Google maps

Well, I'll try to be brief and clear at the same time, I'd like to know how I can calculate which point is closest to my location, I have markers all over the map already, and I have my location, the only problem is I calculate to see which is th...
asked by 13.03.2016 / 22:53
0
answers

Rotast System

I saw a publication in Stack Overflow about what I'm asking, but it did not meet what I'm looking for. Reason for doubt is because I am doing a PHP course, but I do not know the problem is the version that was used, considering that the cours...
asked by 29.10.2018 / 13:27
0
answers

Web.Config multiple domains

I have a hosting with multiple domains, each site has its system of routes. In the hosting (httdocs) has my main site where I configured the route of the web.config, until everything is working normally. However when I try to configure the route...
asked by 21.09.2018 / 18:44
0
answers

return to view before executing the route .. nodejs

Good afternoon, how do I get back to the view that fired the route without does it execute there ?? follow below the section ... app.post('/atendimentos/pesquisa', home.loggedIn, function (req, res) { var nome_pesquisa = req.body.cliente...
asked by 30.08.2018 / 17:59