Questions tagged [friendly-url]

A friendly URL is a website address that does not contain a query string or complex strings in the URI, instead relying on a human-readable, SEO-friendly resource path after the website authority (e.g. https://www.stackoverflow.com/questions/tagged/friendly-url).

A friendly URL is a website address that does not contain a query string, instead relying on a human-readable, SEO-friendly resource path after the website authority (e.g. https://www.stackoverflow.com/questions/tagged/friendly-url).

Most of the time it is achieved with the help of a Rewrite Engine, such as mod_rewrite for Apache or mod_rewrite for Lighttpd. Many content management frameworks have the ability to generate friendly URL's built in.

1221 questions
0
votes
2 answers

URL structure preference - to slash or not to slash?

I'm using custom post types in WordPress 3.0 to manage 'courses' (or seminars, lectures, whatever term you'd prefer to have in mind). Now for viewing a single 'course', the url structure is; /course/course-name/ But for multiple…
TheDeadMedic
  • 9,948
  • 2
  • 35
  • 50
0
votes
1 answer

SunOne obj.conf friendly urls - redirect /index.jsp -> /

We're old school. We still use SunOne 6.1. I cannot seem to get anything to register on my local machine when making modifications to the obj.conf file on my local machine (windows). Is the behavior different for windows machines then unix…
TyMayn
  • 1,936
  • 2
  • 18
  • 23
0
votes
2 answers

Htaccess rewrite rule .aspx to .php

Background: I have a website that has been built with ASP.NET 2.0 and is on Windows hosting. I now have to rewrite my site in PHP and move it into Linux hosting. I have a lot of incoming links to my site from around the web that point directly into…
Markus Ossi
  • 109
  • 2
  • 9
0
votes
1 answer

codeigniter url slug & pagination make duplicate content

My pagination url work at: checkout.gr/home/index/4 and my webmaster tool see duplicate content for meta description & keywords for page checkout.gr/home/index/4 checkout.gr/home/index/ and all pagination list… And final i make slug article for…
xargr
  • 2,788
  • 1
  • 19
  • 28
0
votes
1 answer

returnURL removing friendlyURL values

When users login from the main page it sends an id as part of the friendly URL e.g. https://MyDomain.com/Secure/Landing/23 Where landing is Landing.aspx and 23 is the ID. This is redirected back to the login page, but now we…
gchq
  • 1,603
  • 2
  • 27
  • 52
0
votes
1 answer

htaccess seo-friendly URL's

I need some help to get friendly URL's on my website. These are my links i need to rewrite: www.example.com/index.php?page=pagename www.example.com/index.php?page=profile&id=number This is my .htaccess. I solved the issue for the first link,…
toofast
  • 39
  • 2
  • 12
0
votes
1 answer

Laravel 4.2 Form SUbmit Friendly URL

I have a form in Laravel 4.2 {{Form::open(array('url'=>'search', 'method'=>'get', 'class'=>'navbar-form navbar-left' ,'role'=>'search'))}}
Abrar Jahin
  • 13,970
  • 24
  • 112
  • 161
0
votes
2 answers

friendly url in categories

i am trying to use friendly url for my categories. Example Database cat_id | parent_id | name | url 1 0 cat1 cat1 2 1 cat2 cat2 My approach to do is to pass…
ntan
  • 2,195
  • 7
  • 35
  • 56
0
votes
1 answer

Liferay friendly URL parameters lost

I'm using tags in friendly-url-routes.xml to hide requets parameters. The Liferay documentation says "Ignored parameters do not effect URL recognition." When I redirect to a Struts action my parameters are lost and…
steven35
  • 3,747
  • 3
  • 34
  • 48
0
votes
3 answers

Rewriting a URL

I developed my website so that all pages are loaded dynamically on 1 page by ajax, and so that the URL will appear in this format: www.website.com/#home www.website.com/#news www.website.com/#news-details/news-title-goes-here I discovered later-on…
Zouz.me
  • 11
  • 3
0
votes
1 answer

Generated params with no value in Liferay friendly URL

I'm using friendly url's in Liferay 6.1 This is in friendly-url-routes.xml /{instanceId} {search}
steven35
  • 3,747
  • 3
  • 34
  • 48
0
votes
1 answer

Replace Space in DNN Friendly URLs

I'm working on a site running DNN 7, and I'm trying to format my URLs. In my web.config file I changed the format to HumanFriendly URLs like so:
Maddi
  • 35
  • 1
  • 8
0
votes
1 answer

How to map multiple URLs references of same content to one SEO friendly URL?

In My Application We can access user profile screen by any of next URLs format http://example.com/users/123/ http://example.com/users/123/mike http://example.com/users/123/mike-pedro But the problem is that Now many URLs will show the same…
Ahmed Nabil
  • 17,392
  • 11
  • 61
  • 88
0
votes
2 answers

Why is Friendly_ID gem using slug instead of primary key?

I'm getting an error from rails after installing Friendly_ID because the code is misinterpreting the input, and I don't know how to fix the problem. In order for the MVC framework to understand the url and route it accordingly, the url needs to fit…
elersong
  • 756
  • 4
  • 12
  • 29
0
votes
1 answer

Tapestry 5.4 URL rewriting and SEO URLs

i'm writing a web application in tapestry. In my application i want to use friendly urls. Now i'm able to to render the url page like this: http://localhost:8080/page/page-name wat i want to do is to render URLs like…