Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

49
votes
10answers
33k views

Modify the URL without reloading the page

Is there any way I can modify the URL of the current page without reloading the page? I would like to access the portion before the # hash if possible. I only need to change the portion after the ...
49
votes
14answers
4k views

Why do some websites add “Slugs” to the end of URLs?

Many websites, including this one, add what are apparently called slugs - descriptive but as far as I can tell useless bits of text - to the end of URLs. For example, the URL the site gives for this ...
45
votes
15answers
4k views

How does StackOverflow generate it's SEO-friendly URLs?

What is a good complete Regex or some other process that would take the title: How do you change a title to be part of the url like Stackoverflow? And turn it into ...
41
votes
17answers
4k views

What makes a “friendly URL”?

First of all, please excuse my ignorance on this...I'm totally willing to accept that my opinion on this is wrong. In fact, I suspect that it is given the sheer number of web developers that seem to ...
24
votes
10answers
5k views

Is a colon safe for friendly-URL use?

We are designing a URL system that will specify application sections as words separated by slashes. Specifically, this is in GWT, so the relevant parts of the URL will be in the hash (which will be ...
20
votes
6answers
3k views

Do SEO-friendly URLs really affect a page's ranking?

SEO-friendly URLs are all the rage these days. But do they actually have a meaningful impact on a page's ranking in Google and other search engines? If so, why? If not, why not? (Note that I would ...
19
votes
6answers
3k views

Should I use accented characters in URLs?

When one creates web content in languages different than English the problem of search engine optimized and user friendly URLs emerge. I'm wondering whether it is the best practice to use de-accented ...
18
votes
3answers
3k views

How can I create a friendly URL in ASP.NET MVC?

How do I generate friendly URLs within the ASP.NET MVC Framework? For example, we've got a URL that looks like this: http://site/catalogue/BrowseByStyleLevel/1 The 1 is Id of the study level (Higher ...
15
votes
8answers
6k views

Friendly URLs for ASP.NET

Python frameworks always provide ways to handle urls that convey the data of the request in an elegant way: think http://somewhere.overtherainbow.com/userid/123424/ I want your to notice the ending ...
14
votes
4answers
5k views

How do I generate a Friendly URL in C#?

How can I go about generating a Friendly URL in C#? Currently I simple replace spaces with an underscore, but how would I go about generating URL's like Stack Overflow? For example how can I convert: ...
12
votes
10answers
13k views

Safe characters for friendly url

I need to make a website that will have articles, and I would like to make friendly urls for it, example: Title: Article Test should become http://www.example.com/articles/article_test Of course I ...
9
votes
5answers
581 views

Is it better to handle friendly/clean/pretty URLs with mod_rewrite or a language like PHP?

I'm developing my first decent-sized PHP site, and I'm a bit confused about what the "right way" (assuming there ever is such a thing) to handle clean/friendly/pretty URLs in the application. The way ...
9
votes
4answers
729 views

ÅÄÖ: what is considered more SEO friendly URL

As far as I can tell I shouldn't be using ÅÄÖ (somthing like they have no visual representation in ASCII??). So what is considered more SEO friendly? Replacing i.e. all "ä" with "a" or "ae"? (The CMS ...
9
votes
4answers
900 views

rules for slugs and unicode

After researching a bit how the different way people slugify titles, I've noticed that it's often missing how to deal with non english titles. url encoding is very restrictive. See ...
8
votes
10answers
2k views

Can an “SEO Friendly” url contain a unique ID?

I'd like to start using "SEO Friendly Urls" but the notion of generating and looking up large, unique text "ids" seems to be a significant performance challenge relative to simply looking up by an ...
8
votes
11answers
899 views

Good name for “URL-friendly title”?

I'm creating a dynamic website with articles. Each article has a title, like "How does one eat a dog and live with it?", but also something I'm now calling "URL Friendly Title", such as ...
7
votes
7answers
2k views

Pretty URLs in Google App Engine

I want to pass a parameter 'A1B2C3' to a GWT application based on Google App Engine. I do it like www.example.com/index.html?key=A1B2C3. Although it's working, I'd like to use pretty URLs. Is it ...
7
votes
10answers
767 views

Best way to format pretty URLs for numeric IDs

Alright, so let's say I'm writing a forum application, and I want pretty URLs. However, all my tables use numeric IDs, so I'm not sure the best way to format the URLs for those resources. Let's ...
7
votes
6answers
592 views

Google sees something that it shouldn't see. Why?

For some mysterious reason, Google has indexed both these adresses, that lead to the same page: /something/some-text-1055.html and /index.php?pg=something&id=1055 (short notice - the site has ...
6
votes
7answers
704 views

How do I create userfriendly urls like stackoverflow?

I want to create a similar type of url as stack overflow does when a question is created. Example: http://stackoverflow.com/questions/1149454/non-ajax-get-post-using-jquery-plugin I am particularly ...
6
votes
2answers
576 views

foo.com/alice vs. foo.com/users/alice

It's of course nice to give users friendly URLs for their content on your site. But how best to do that? There are a lot of advantages to something like foo.com/users/alice, most importantly that ...
6
votes
5answers
398 views

Which is better for a rails site? /{login} or /user/{login}

Which is better (for the user, for longevity, for performance, for whatever) to have: http://{site}/{login} e.g. http://wildobs.com/adam_jack or http://{site}/user/{login} Pros of former: User ...
5
votes
2answers
176 views

.htaccess rewrite friendly URL's

Not sure if this is possible, but I have the following URL that I want to make more friendly http://www.myurl.com/content.php?id=13089093057550&slug=this-is-a-nice-url and I want it to look like ...
5
votes
2answers
556 views

Automatic clean and SEO friendly URL (slugs)

Definition From Wikipedia: A slug is the part of a URL which identifies a page using human-readable keywords. To make the URL easier for users to type, special characters are often ...
5
votes
3answers
318 views

How can I make URLs in Django similar to stackoverflow?

I'm creating a video site. I want my direct urls to a video to look like example.com/watch/this-is-a-slug-1 where 1 is the video id. I don't want the slug to matter though. ...
5
votes
3answers
1k views

C# Byte[] to Url Friendly String

I'm working on a quick captcha generator for a simple site I'm putting together, and I'm hoping to pass an encrypted key in the url of the page. I could probably do this as a query string parameter ...
4
votes
4answers
355 views

How to remove file extension from website address? (sample photos attached)

I am designing a website. I want my website address to look like the following image: I don't want my website to look like http://something.com/profile.php I want .php extension to be removed in ...
4
votes
2answers
2k views

URL Friendly Username in PHP?

On my PHP site, currently users login with an email address and a password. I would like to add a username as well, this username they g\set will be unique and they cannot change it. I am wondering ...
4
votes
2answers
421 views

What is the best way to implement a friendly URL that has multiple variables using mod_rewrite?

I am building a web application that is client side js heavy with data being pushed in chunks from the server. I am trying to implement a solution for a friendly URL solution that takes a URL like: ...
4
votes
3answers
302 views

Problems with relative links while using friendly url

I'm using urlrewiter.net in order to implement friendly url's. It's a great and easy to use package! Nevertheless, while using subfolders I had problems with the relative links to images and to other ...
4
votes
3answers
1k views

Are there any Portal products that can generate friendly URLs?

Currently, we are using WebSphere Portal v5.1, and the URLs are about a un-friendly as a URL could get. For example: ...
4
votes
1answer
1k views

Good URL strategy for sitemap and SEO

I run a site where users have their own profile pages. They are also able to post products for sale (that they have made) and write/import blog posts. I am going to be implementing a sitemap and I ...
4
votes
5answers
709 views

Rewrite all queries to not need the .php extension using a mod_rewrite RewriteRule

I'd like all queries like http://mysite.com/something/otherthing?foo=bar&x=y to be rewritten as http://mysite.com/something/otherthing.php?foo=bar&x=y In other words, just make the .php ...
3
votes
2answers
43 views

rewriting url using htaccess [closed]

I'm pretty new to .htaccess and I'm trying to rewrite the following URL structure: http://www.example.com/groups/menu.php?id=This is Group Name With Number 25 into: ...
3
votes
5answers
162 views

Couple of questions about .htaccess and friendly urls

I've always been bad at apache and used very simple solutions. Right now I have built a cms software.. but the .htaccess is starting to be a huge downsize. I will first explain, how my friendly-urls ...
3
votes
1answer
62 views

Apache mod_rewrite: what am I doing wrong?

I've got a really simple rewrite in my .htaccess file, but it doesn't exactly work the way I want. This is my code: <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^admin/?$ ...
3
votes
1answer
125 views

HTML form directing to a friendly URL [closed]

Possible Duplicate: What is the best way to implement a friendly URL that has multiple variables using mod_rewrite? I'm using mod_rewrite in my site for friendly URLs which works great. ...
3
votes
1answer
647 views

Pretty URLs rewrite sometimes with “?” sometimes without

I hope someone can answer "why" this is the case: There are times I can use: ... RewriteRule ^(.*)$ index.php/$1 [L] and then there are times where the above doesn't work and I must use: ... ...
3
votes
2answers
611 views

PHP .htaccess -> pretty url (in reverse)

I know how to make URL's rewrite, for example: www.example.com/index.php?id=1&cat=3 to www.example.com/1/3/ (or whatever). I know that. What I don't know is how on earth to change my whole links ...
3
votes
2answers
233 views

Use symlinks to remove .php extension -> raw .php file gets served

I have created a symlink (using ln -s index.php test) to my index.php to try and get a 'prettier' url without the .php extension. However, when I access https://myservername.com/test I get served the ...
3
votes
2answers
445 views

How can I create a persistent vanity URL in DotNetNuke?

I'm not aware of a solution for implementing custom persistent vanity URLs (my term, not sure if thats what they're really called) in DotNetNuke. Does anyone know of a solution? It can be configuring ...
3
votes
2answers
136 views

Is there a way to tell the browser to bookmark a different URL than is in the address bar?

I have an application that utilizes rather unfriendly dynamic URLs most of the time. I am providing friendly URLs to some content, but these are used only as an entry point into the application, ...
3
votes
1answer
345 views

rails: removing underscore from controller name

when I generate a two word named controller, like FooBar rails creates a controller and path like foo_bar this is not pretty. I would like to have the paths at least be FooBar. Possible? ...
3
votes
1answer
448 views

SEO Friendly URL Rewriter Parameters

I would appreciate you advice on how to incorporate parameters into SEO Friendly URLs We have decided to have the "techie" parameters first, followed by the "SEO Slug" ...
3
votes
3answers
4k views

How to implement Friendly URL in Liferay portal

I have to simplify the URL. I am using liferay portal. URL at present look like this: ...
3
votes
6answers
841 views

How can I forward a url to the appropriate page?

How can I forward a url such as: http://www.mysite.com/Join to the appropriate page: http://www.mysite.com/JoinOptions/MemberRegistration.aspx Is there some way to do this? I'm using a DNN CMS ...
3
votes
3answers
186 views

Why www.example.com/index.php/my/path/here is processed by index.php?

I am just curious, how is feature of apache is called that is directing requests like this www.example.com/index.php/my/path/here to a file index.php? At the first moment, you might think, that it ...
3
votes
4answers
238 views

ASP.NET Friendly URLs

In my research, I found 2 ways to do them. Both required modifications to the Application_BeginRequest procedure in the Global.Asax, where you would run your code to do the actual URL mapping (mine ...
3
votes
8answers
431 views

Is it worth using “pretty URLs” if you don't care about SEO/SEM

I'm designing a hosted software-as-a-service application that's like a highly specialized version of 37Signal's Highrise product. In that context, where SEO is a non-issue, is it worth implementing ...
3
votes
1answer
309 views

Generating User-Friendly URLs

Is there a standard way / C# library to convert a string into a user friendly uri in order to use it in a RESTful MVC environment? StackOverflow does this, for example "èòà" are converted to "eoa", ...

1 2 3 4 5 7