Questions tagged as 'rotas'

0
answers

How to create a route in CodeIgniter with the character #

I'm developing a project in CodeIgniter. And so far I'm out of the loop about creating a route using [ # ]. Example: www.site.com.br/#UserProfile. Here's an example of a route with a character [ + ] (in this case the character is the most) of...
asked by 02.08.2018 / 03:12
1
answer

Refresh with angular + IIS

I posted an angular application in IIS and my application starts normally, but when refreshing the page, I get a Not Found error. I looked up several websites and saw that it was necessary to create a WebConfig file in the same folder where your...
asked by 12.07.2018 / 16:55
0
answers

Lazy loading can not find my module in angle

This is trying to do lazy loading but is returning that my module is not found. My main app.routing.ts: import { NgModule } from '@angular/core'; import { Routes, RouterModule } from '@angular/router'; import { LoginComponent } from './co...
asked by 11.07.2018 / 03:34
1
answer

Blocking routes for logged in users

I am making an application and now that it is almost complete I was testing the attacks. I noticed that with the ngRoute routes the application is vulnerable to url entries. Example, the application starts redirecting to the login page, but i...
asked by 21.06.2018 / 19:48
0
answers

Create routes with multiple parameters in CodeIgniter

I have a project developed in Codeigniter and I'm setting up some routes to get some nice URLs, but I ended up finding a problem. In a certain route, I do not know how many parameters it will come, it may come with 1 parameter or even with 4...
asked by 25.06.2018 / 20:23
1
answer

Route problem with MVC 5 C #

I already researched, I spent 2 hours burning my skull but I did not find a solution. Has anyone ever had this problem? I have the following link: link Controller -> Fabricante Action -> EditarRegistro Param01 ->53 Param02 -...
asked by 08.06.2018 / 15:56
1
answer

Vue-router replace not working?

I'm developing a PWA and I'm having problems with the router, because when I use the back button on my smartphone it goes through all the routes I've visited previously and only after leaving the application, and I want it when the user uses the...
asked by 19.04.2018 / 14:37
1
answer

REST API route pattern

I am creating an application similar to Twitter using Laravel and React, where the database has the tables: Post, User, Relation, Mention and Repost. In the 'timeline' screen of the application will be displayed information of all the tables of...
asked by 09.03.2018 / 14:31
2
answers

How to configure apache to ignore the directory in the url?

I have a directory inside my root folder called "mydir" where there are several files, currently I access these files like this: link My question is how do I configure .htaccess so I can access (show the user) these files like this:...
asked by 25.02.2018 / 21:23
0
answers

How do you remove the map markers on the Route?

I need to remove the markers with "A" and "B" from the route, but I still have not figured out how I do it, does anyone know ??     
asked by 31.01.2018 / 06:00