1
vote
0answers
15 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 ...
0
votes
0answers
48 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: ...
3
votes
1answer
361 views

MVC4 routing @Html.ActionLink and @Html.RouteLink producing wrong urls

Hi guys may be some one may help me to understand why @Html.ActionLink and @Html.RouteLink producing the wrong links in some cases. I have routes declared like that: public static void ...
0
votes
2answers
68 views

Asp.net prevent Direct url usage

I am making a application in asp.net which has a login function. To acess the current user info i am passing the user email with the Redirect function like Session["email"] = TextBox1.Text; ...
0
votes
1answer
48 views

can local or transient data be represented by URLs?

A bit of a theoretical questions, although it comes from a real world problem when creating various objects in a single page app without immediately persisting them (see link below). My question is ...
1
vote
2answers
448 views

How to have Express routing work with Angular routing with HTML5 style URLs?

I would like to make an AngularJS app with HTML5-style URLs (i.e. with no # fragment in the URL). Thus in the routing controller module of my Angular app I've got something like the following: ...
0
votes
3answers
59 views

What meaning does the text in the URL have after index.php/

I am wondering what special meaning does text in the URL have after index.php/ So I would have an address like www.site.com/index.php/sometext Is it parsed as a GET parameter, or something else. I ...
1
vote
1answer
17 views

How can I open to a specific friend using Find My Friend?

I know the URL Scheme is findmyfriends:// but how can I open to a specific person if he/she is already a friend? Is there a way to add a friend if he/she is not already a friend? I prefer using a ...
0
votes
1answer
15 views

How to avoid popup in http request

I have a url. when i access this through browser a popup comes and ask for user name and password and by giving right credential it opens the page. I want to know how to avoid the popup by passing the ...
0
votes
0answers
22 views

How to put the url of a custom engine under the url of a page in Refinerycms

In Refinary I have two pages "home" and "about". Underneath about there is an engine "news": home (page) about (page) news (engine) The default url that the news-engine gets is "/news". Is it ...
2
votes
2answers
124 views

From a development perspective, how does does the indeed.com URL structure and site work?

On the webmaster's Q and A site, I asked the following: http://webmasters.stackexchange.com/questions/42730/how-does-indeed-com-make-it-to-the-top-of-every-single-search-for-every-single-c But, I ...
1
vote
2answers
47 views

Django: is it possible to specify accept method for a view in urls

I'm curious about setting urls accept_method directly when defining url like url(r'some-pattern', 'view_name', name='url_name', accept_method='GET|POST') I know there're view decorators like ...
0
votes
2answers
197 views

parse url to get id using javascript regex

I am writing a router which will parse the url and redirect to necessary components in the code, when I change my url and pass object id with it, I want to parse it using regular expression and route ...
0
votes
1answer
40 views

Simple 301 ReDirect

I currently use this to forward my URLS. But I had an error and I need to forward all /search/search-term/1/ >> /search/search-term/ /search/search-term/2/ >> /search/search-term/2/ ...
0
votes
1answer
47 views

Accessing a websites home file without the file name and extension

I am working on a website that has a URL such as the following: http://www.domain.com/directory/home.php I was wondering if it is possible to set up the site so users can access it like so: ...
0
votes
0answers
42 views

UrlRouting is not working on iis?

I am developing website in asp.net 4.0 and used url routing. Routing is working on production server but it is not working demo server. My iis version is 6.0. I have already tried the following remedy ...
0
votes
1answer
127 views

codeigniter htaccess rewrites the url to the BASEPATH../

i have a website that i made with codeigniter it works relativly fine on the local machine but when i uploaded it to the server it gives me a 500 error, and the error is gone when i remove the ...
3
votes
2answers
182 views

PHP - Get URL Parameters and Rearrange In Array

The URL coming to the page looks something like this: "http://localhost/testSite/id/1/friend_id/32/msg_id/5/category_id/40" I would like to strip these variables (id/1, friend_id/32, msg_id/5 etc.) ...
0
votes
1answer
95 views

Zend routing without controller and action

There are given article URLs in a database (e.g. "article1", "article2", "article3"). When I type www.example.com/article1 I want to route to controller: index, action:index. My route is: ...
1
vote
2answers
250 views

Change URL After Action is Hit MVC?

I want to change: www.testurl.com/sports/blog/1 Where sports is my area, blog is my action and 1 is an ID of a blog post, to: www.testurl.com/sports/blog/test-title-of-blog Where blog is still ...
0
votes
0answers
29 views

URL redirection along with the path appended

I have a website something like this: www.main-website.com/universe/ Now I am planning to purchase a new domain something like this: www.universe.com And redirect it to ...
0
votes
1answer
220 views

Nice seo URLs in CakePhp

I'm developing website on CakePhp, and I have next problem with URLs. In my app for categories and subcategories pages I need have next URLs: /category-slug/ /category-slug/subcategory-slug and ...
0
votes
1answer
48 views

I need to create a function to refresh a webpage with two user-selected date parameters

It looks like I can create a date-range selection tool using the instructions here:http://answers.oreilly.com/topic/136-how-to-create-a-calendar-date-picker-with-javascript/ But I want to then take ...
0
votes
1answer
54 views

request URL from browser or server

$.ajax({ type: "GET", url: "/xyz.Web/Incls/ctrls/main/dtactrl/Data.aspx", now whenever I will push this on QA,DEV, OR PROD the xyz.Web is going to change but the remaining stream will remain same so ...
1
vote
2answers
120 views

How do I pass an environment variable to a CGI script by simply placing its value immediately after the slash after the domain?

I would like to pass an environment variable to a cgi script written in perl by including it as the only text after the first slash after the domain name in the url. For example, typically one might ...
0
votes
1answer
46 views

How can I maip requested url to specific another url in php?

I'm beginner in php and need to know how can I change url for specific page assume I have home.php and url for this page is localhost:8080/webtemp/View/Home.php and i need user when request this page ...
0
votes
1answer
574 views

Yii appending new route to the exisitng route in url with Yii-bootstrap but working fine with CMenu

am actually having some issue with url routing while using TbMenu widget,i am using the format of /moduleId/ControllerId/ActionId in accessing module Controllers,here is an example <?php ...
0
votes
1answer
121 views

How I can dynamically generate url ( for generating xls report )?

Hello! I have this trouble: I'm searching reports by date and in html view everything is alright, BUT when I'm rendering xls view error appear, because it didn't receive params, so I need to pass them ...
0
votes
2answers
221 views

Custom url in ruby on rails

I know rails uses the controller action style urls like www.myapp.com/home/index for example I would like to have a url like this on my rails app, www.myapp.com/my_page_here is this possible and if ...
0
votes
1answer
97 views

Need a Generic way to Create SEO friendly URL

i have searched a lot and implemented many many Regular Expression in my .htaccess file but can not succeeded *How to find Generic way that make my url SEO friendly * currently this is in my ...
0
votes
1answer
77 views

Mod_rewrite not working after moving site to a subfolder

I just moved an old site to a subfolder along with it's mod_rewrite rules, but they don't work anymore. One rule, for example is: # Input: noticias/ # Output: noticias.php RewriteRule ...
0
votes
2answers
88 views

How to control url in mvc3

I use the default LogOn model of MVC3. LogOn partial view is in Layout view. @Html.Partial( "~/Views/Home/LogOn.cshtml", new MyProject.Models.LogOnModel() ) After log on, Url is: ...
3
votes
1answer
138 views

How can I implement grails Url Mapping for subdomains

I want to implement Url mapping for subdomains like sub.mysite.com sub2.mysite.com in grails. The best solution for now is to do some rewriting via nginx/lighttpd. But is it possible via native grails ...
0
votes
1answer
118 views

How best to implement ASP.Net routing to handler?

The web application is .Net 4.0 and is part Web Form's, part MVC. Rather than accessing the styles directly, the site uses an handler. Here is the real link: <link ...
0
votes
0answers
62 views

URL Routing using ASP.NET

In My Global.aspax file i am writing the code like. Application_Start event() { System.Web.Routing.RouteTable.Routes.MapPageRoute("JACKTEST","{MyTest}","~/Test/Default.aspx",false); } In my ...
0
votes
4answers
140 views

Difference between these three URL's?

Can somebody explain how does it matter to pass different parameters in a url, e-g 1: www.domain.com/folder1/folder2/file.html?param=9?val=ty5?test 2: ...
0
votes
1answer
79 views

How does a “Server to Server” tracking method(for redirect purposes) work?

My company has various ways to sending across information via the web-services. One is called "server to server" and from what I understand, that means it's invisible to the client/web-user. But I ...
1
vote
1answer
995 views

Magento custom URL Rewrite not working

On my website there is a collection of pdf files for manuals, brochures, MSDS etc. The links to download these files are scattered across a "downloads" area, informational pages and product page. We ...
1
vote
3answers
104 views

Assistance with understanding php urls

I'm looking at websites that use php and I seea[]=val1 instead ofb=val2. My question is why are there brackets in the url? What type of code would produce this effect?
2
votes
3answers
247 views

django i18n_patterns hide default lang_code from url

I'm using the i18n_patterns to add a prefix of current lang_code to my url. urlpatterns += i18n_patterns('', url(r'^', include('blaszczakphoto2.gallery.urls')), ) It allowes me to get urls like ...
-1
votes
1answer
76 views

How to rewrite urls

I have a site at xyz.com, for some reasons I want to redirect access to www.xyz.com to the url xyz.com. Even if they add 'www', I want to alter the address in their bar to xyz.com. Is there a way?
5
votes
2answers
232 views

Are there any downsides to using double-slashes in URLs?

I've written my own MVC framework in PHP, which uses urls in the format of: /controller/method/param1/param2/param... I've made it so that "default" methods can be ignored (by default index()), so ...
0
votes
0answers
128 views

Hide index.php from URL in a phpBB forum

I want my forum to have a clean URL, such as site.com/forum instead of site.com/forum/index.php. I know how to accomplish that with the rewrite engine via .htaccess. However, according to an answer ...
-1
votes
1answer
149 views

Zend Framework: Custom URLS [closed]

I need to build an application using zend in which i need to have urls like www.example.com/Statename/cityname/zipcode As i am new to zend i don't know where to start looking. I would appreciate ...
1
vote
2answers
287 views

SEO: URL for detail page, include categories or not?

I'm working on a new advert website and want to implement some good SEO URLs. I got category URLs like: /category /category/sub-category This seems ok. What about detail pages? Option 1: ...
0
votes
1answer
144 views

url file path direct to root

I want the homepage of my domain to point to my correct site page without all the filepath showing. currently my structure is set up as: root/working_name/site_pages/homepage.php ...
1
vote
2answers
597 views

How to get correct date in Jasper Parameters using URL

I am creating an URL below is sample URL: http://localhost:9090/jasperserver/flow.html?_flowId=viewReportFlow&ndefined=&standAlone=true&start_date=01-01-2011&end_date=31-12-2011 ...
0
votes
2answers
584 views

url with multiple forward slashes, does it break anything?

http://example.com/something/somewhere//somehow/script.js Does the double slash break anything on the server side? I have a script that parses URLs and i was wondering if it would break anything (or ...
0
votes
1answer
90 views

Url Display on web and database

Everytime I want to change my url, I have to do at my database. This is my code at index.ctp. I can't rename it at the web. I have to do at phpmyadmin. <?php echo ...
1
vote
1answer
69 views

Create a bookmarkable URL for a regex?

I'm writing a JavaScript web application. I would like to allow users to search a directory by regex, and write their search term to the URL so they can bookmark the results. For example, to produce ...

1 2 3