Questions tagged as 'routing'

1
answer

How to implement a Route System in MVC?

I'm creating an MVC framework (more for studies), and I'm trying to implement a route system , but I'm not sure how to execute the routes. So I would like to know if there is any execution flow for an MVC project. Mine looks something like t...
asked by 16.06.2016 / 15:01
0
answers

Angular 2 bug in url after auto compile

Whenever my Angular app auto compiles, the url is never restarted but my app goes back to the home page anyway. So if I'm at the following URL: http://localhost:4200/alguma-url So I make some changes to the code, Angular 2 auto compiles to...
asked by 29.05.2017 / 19:13
0
answers

Conflict of routes in AngularJS and Wordpress

I'm having a problem with routing in AngularJS and Wordpress. Before I did not use html5Mode(true) and my route was /#/dashboad and the /blog route worked normally. But when I started using html5Mode(true) and the route sta...
asked by 06.04.2016 / 17:17
1
answer

Remove the crossroads.js sharpen (#) and run without it, how do?

Ie guys, so I use this lib to do the routes. but they do not even come with this # and even if I take it, it still does not work if I reload in the browser F5 url: www.locahost.com/home = not found F5 url: www.locahost.com/#home = found Ca...
asked by 10.11.2016 / 04:07
1
answer

Routing system ignoring subfolders

I am using the routing system AltoRouter , and its use is quite simple, use this way: **** THIS IS INDEX.PHP ***** /*Incluo o arquivo do AltoRouter*/ include ('application/router.php'); $router = new AltoRouter(); $router -> setBasePat...
asked by 05.10.2015 / 03:29
0
answers

Angular Routing 2 and laravel 5.3

I created an initial system (raw) of laravel 5.3 and managed to implement the angular 2.0 ... I put it to view the app.component in welcome.blade and it worked normal ... I have questions about how to do routing with angle 2 on laravel 5.3 ... I...
asked by 05.11.2016 / 16:03
1
answer

Slim Framework with Apache2.4

Good morning. I'm creating an API to make a service available to other applications. I have the following scenario. A system to make the service available. This system has a virtualhost configured. The uri is link . When accessing this url, int...
asked by 07.07.2016 / 16:18