URL routing is the process of mapping a URL to its content.
1
vote
0answers
50 views
MVC Internal Server Error
I'm trying to build an PHP MVC.
I currently watching this tutorial link
But from the start its not working. I'm running it in WAMP
It gives me this error:
Internal Server Error
The server ...
0
votes
1answer
34 views
How do we call the way we work with php? [closed]
I have maybe a strange question but I just need to know,
When using PHP there are a lot of ways to build a application or website. My question how do we call this build models?
I list some ways I ...
0
votes
2answers
28 views
@Route directive not working--what am I doing wrong?
I used composer.phar to install Symfony 2.2.1 standard edition, and then I used the app/console utility to generate a "ClientBundle".
I'm trying to define my routes using the @Route annotation. ...
0
votes
1answer
27 views
Convention-based routing in Symfony2
I'm trying to learn learn how routing works in Symfony2, and so far everything I've read has examples like this:
blog:
path: /blog/{page}
defaults: { _controller: ...
0
votes
2answers
35 views
$SERVER variable and the double localhost
I've built a function that basically links an excerpt to its relative post. In order to do that I have figured that the variable $_SERVER['SERVER_NAME'] could come in handy in building the path.
I ...
1
vote
2answers
46 views
Symfony2 production; Apache VirtualHost not working
I'm a novice to Symfony2 and MVC frameworks but have some experience with PHP and Apache.
I developed a project on an Apache server on my workstation. I'm trying to deploy my first Symfony2 project ...
1
vote
0answers
30 views
How to configure url maping in tuckey-urlrewrite-filter?
I have some page about.jsp, contact.jsp, user.jsp, index.jsp in a folder projects under webapps root. I use tuckey-urlrewrite-filter for url mapping.
I used url writing as
<rule>
...
-1
votes
0answers
24 views
How to write web.xml for url rewriting of jsp page?
I have some file like index.jsp, user.jsp, about.jsp, contact.jsp in a folder named "project" inside webapps.
I want some url rewriting like...
If i write in url
...
1
vote
0answers
18 views
Friendly url - url routing
I have a blog site.I have main categories and articles for each category. Each article and category have a id and queries process for these id's. I want to change my url system to friendly urls.
For ...
1
vote
2answers
41 views
ASP MVC Routing - How to change the name of the default id parameter, while keeping the default route intact
In my ASP MVC web application, my controllers often have action with a "name" parameter, like this:
Function Consult(name As String) As ActionResult
.....
Return View()
End Function
I ...
1
vote
1answer
43 views
Dynamically load controller without templateURL and ngView
I don't want to use templateUrl, due to the way the app is currently structured.
I want to be able to dynamically load a controller into my ng-controller template.
I would think there would be a way ...
0
votes
0answers
8 views
redirecting to different domian from href but url routing causing issue?
I have created an application in asp.net 4.0 and implemented url routing in global.asax file.
Everything is fine till now.
But in one page, i need to redirect the user to different domain.
<a ...
1
vote
0answers
63 views
ASP.Net breadcrumb style URL Routing using webforms
I am working on a ASP.Net website using web-form & C#.
I have used URL Routing to convert my basic url to SEO Freindly URL for example
Basic URL
...
2
votes
2answers
24 views
Mvc: Same ActionResult with different name depending url
I would like to know what's the best way to achieve this.
I have an ActionResult in my controller, actually it has news name, now I need to internationlize my website and I can't have the same news ...
1
vote
1answer
32 views
Webapp2 strict_slash returns KeyError: 'Missing Argument' for url with trailing slash when method has 2 or more args… Bug?
I've built my urls as such:
#url = /index/test/argument/second
# Maps to the Index handler's test method and passes in the optional arguments 'argument' and 'second'
# So the handler function looks ...
1
vote
0answers
37 views
IIS 7.5 URL rewrite module and URL routing in Global.asax for sub-applications
I have a "top-level" web-site, www.ccesd.ac.uk, and various "lower-level" web-sites running off it such as www.ccesd.ac.uk/BritSocAt that are separate sites but share a lot of code. These lower-level ...
2
votes
3answers
42 views
Getting base url, development variable, the best way, without using globals
In my application architecture I want to replace my globals with something that ain't gonna burn most of the developer's eyes, because I am using globals like this,
define('DEVELOPMENT_ENVIRONMENT', ...
0
votes
0answers
44 views
Url Routing with MapPageRoute is not working with asp.net webforms
I have added this code to my global.asax
void Application_Start(object sender, EventArgs e)
{
// Code that runs on application startup
RegisterRoutes(RouteTable.Routes);
}
...
0
votes
1answer
46 views
Custom MVC Route - Separate Controller name in Url Segment
I have some controller class such as:
AdminProductController
AdminOrderController
AdminMessageController
and so on. Each controller class encapsulates admin-related tasks about particular subject.
...
0
votes
1answer
73 views
Prevent the user from navigating to a certain route url
I have some main navigation buttons at the top of my SPA. Below in the content area I have some buttons for each of the main buttons. On of those content buttons loads a wizard which consists of 3 ...
3
votes
1answer
53 views
How do I map multiple Request DTOs to a single Route
I have been experimenting with the ServiceStack framework to develop a simple REST API. I am having troubles trying to define the Routes properly to handle the different URLs I desire.
I have a ...
0
votes
2answers
44 views
cakephp 2 controller not loading “index” default action
I recently start having this weird problem, when trying to access this url:
http://localhost/xinglong/reservations
the server doesn't load the page, it just hangs and looks like it is trying to ...
0
votes
2answers
137 views
Durandal Subrouting (Hottowel) Life Cycle Callbacks
This works well for getting a sub menu to work within a main view.
I was able to get the activate() function to work for the sub menu viewmodels by adding activate: true to the compose binding. The ...
0
votes
0answers
18 views
ASP.net MVC MapRoute equivalent in Java SpringMVC
i'm very fashinated from MapRoute function in asp.net mvc, it allows to declare in very simple way url, controller and menu name to map requests inside out web app.
For example
public static void ...
1
vote
2answers
31 views
Kohana routing: can't access route parameters
In Kohana 3.2 I'm using the default route for a simple controller/action/id setup:
Route::set('default', '(<controller>(/<action>(/<id>)))')
->defaults(array(
'controller' ...
0
votes
1answer
23 views
Routing, hitting wrong action
I have two actions, and whenever I explicitly call the second one, the first one still gets called. I need to be able to write in mysite.com/api/Awesome/GetSomeExamples, without it always triggering ...
2
votes
1answer
38 views
How can i get an ID as parameter from an URL
I want to route the following URL;
/anything/anything-v43243-anything
How can i route this to a specific controller and action with that id as parameter?
The text "anything" has to be a text with ...
1
vote
1answer
163 views
Durandal Routing not working--am I missing a configuration setting?
I'm trying to get a Durandal app setup and I started with a very simple configuration with just two views.
What's happening is that when I call router.navigateTo('#/welcome') or ...
0
votes
1answer
36 views
URL Routing using RewriteRule
I am trying to create my own PHP MVC framework for learning purpose. I have the following directory structure:
localhost/mvc:
.htaccess
index.php
application
controller
model
view
config/
...
0
votes
1answer
20 views
Getting error with dots in the url
I have a routed page with url like http://www.example.com/2/2332/example
Now when i give a period in the url http://www.example.com/2/2332/example. I am taken to the server error page:
HTTP 404. ...
0
votes
0answers
23 views
Asp.net Routing with structured freindly url
I am using ASP.Net web form Routing for my website but i want to make it more structure & hide all the Querystring ID's with proper Structure like Language/PageName/Issue/Category/Title
Since i ...
1
vote
1answer
40 views
IIS is Redirecting to a 404 Error Page When There is a Hash Value (#) in the URL That Includes a Period
I've come across some behavior that I can't seem to figure out. Some users notified me that tumblr urls were not working for my site.
Tumblr is adding a hash (#) plus some random characters of which ...
1
vote
1answer
30 views
How to route url - Ruby
I'm creating a new webpage were my users can have profile pages, and I can't seem to find the way to make a url like this:
webpage.com/profile/username
To go to my profile_controller action index ...
0
votes
0answers
25 views
appending folder structure in url rewriting
In our custom cms we have facility to add restaurant and special offers. Initially what I did is to rewrite friendly urls using the name field. To achieve this I write this code in the ...
0
votes
1answer
64 views
spring mvc annotation - I can not mapping url to controller, Help me, please
I have .jsp page: index.jsp, that has form with link:
<form name="firstForm" method="get" action="list.form">
//-//-//
<a href = "removeFromStorage?id=<%=index %>">Remove ...
0
votes
1answer
70 views
simple MVC example not working on MAMP localhost
Following this tutorial: http://johnsquibb.com/tutorials/mvc-framework-in-1-hour-part-one
I've got the following code:
index.php
<?php
// Define document paths
define('SERVER_ROOT', ...
0
votes
1answer
21 views
configuring MVC files on MAMP, what is the server root?
I'm working through this MVC tutoria: http://johnsquibb.com/tutorials/mvc-framework-in-1-hour-part-one and I'm trying to configure the index file. It asks for the following code:
<?php
/**
* ...
1
vote
2answers
186 views
Pass URL to as $routeParam in AngularJS app
How can I pass actual URL (with slashes, commas, etc.) as a $routeParam to AngularJS App?
this will work:
http://paprikka.github.io/le-bat/#/preview/asdadasda
this won't:
...
0
votes
1answer
41 views
call subcontroller from view with ajax Joomla
I would like to send an ajax request to one of my sub controllers method, but everything what I have been trying out doesn't seems to work. The request looks like
ajax: {
url: ...
0
votes
0answers
40 views
Allow access to 'subdirectory' created by URL router with Apache
I have a development server for a website I am re-developing with an API backbone. I want the domain to be protected from outside access, so I require a valid htpasswd user on all domains hosted on ...
0
votes
1answer
24 views
Start slide with URL
I need to go to slide 5 by URL.
So when I type url.com/#slide5 or something like /?start=slide5
the code "startSlide: 5," needs to be triggered.
$(document).ready(function(){
...
0
votes
0answers
27 views
How to access index.php page when index.html has priority
I have a wordpress site that is using an index.php page.
Now the website is not live yet, so I added an index.html page for a temp page - So that users will not see the index.php page, yet.
But now ...
0
votes
0answers
49 views
Error 404 on Apache when the URL contains characters like brackets or hyphens
In my Zend Framework 2 application I have a catalog of cities with links to sports pages:
page "Cities" (/catalog)
Madrid link: website.tld/catalog/Madrid
Berlin link: ...
0
votes
0answers
11 views
How to use asp route in a predefined and dynamic url
I'm currently using this rules to route our multilingual site.
routes.Add("ar", new Route("ar/{*path}", new GlobalizationRouteHandler(CultureInfo.GetCultureInfo("ar-AE"))));
routes.Add("nl", new ...
0
votes
1answer
55 views
URL naviation using Radio buttons
I am a newbie of JS and Jquery, I am trying to figure out a way to using conditional navigation to URL using Radio buttons.
I have two options in my form one for selecting the Criteria and the other ...
0
votes
0answers
52 views
Url rewriting with multiple optional values in asp.net
I have an Asp.net MVC 4 application with a url schema of the form host/catalogue/n/navigation_value/t/type_value/b/brand_value. n, t and b indicate what domain the following value refers to: ...
0
votes
1answer
37 views
How does one define default key=>value pair behavior on route params in Phalcon?
I would like to define the following default behavior on my routes:
Url: myapp.com/mymodule/mycontroller/myaction/q/someTerm/key/someValue/key2/anotherValue
This url should give the dispatcher the ...
0
votes
1answer
52 views
$_POST with klein.php router: How to pass $_POST to a view?
Fishing in uncharted waters, I gave klein.php routing a spin and can't for the life of me find out how to pass a $_POST from a html form to another view.
Example:
index.php
<?php
//START ROUTING
...
0
votes
1answer
22 views
How does custom user URLs work?
Today, I'm asking a question out of curiosity.
The new sites, I'm talking about.. Tumblr, Pinterest and many more are giving their users custom URLs to their sites, for example, mine on Tumblr would ...
1
vote
1answer
121 views
asp.net global.asax.cs and global.asax difference
My global.asax file. It seems like
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.SessionState;
namespace xxxx
{
...



