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
-3
votes
1 answer

Php get parameter from SEO URL

I have my seo url such as http://domain.com/product/export-grade-large-size-3-tier-organizer-shelf-and-non-woven-storage-box-with-cover-21665223 at the tail of string there is a number represented an id, which I need it for DB processing, how can…
kefoseki
  • 71
  • 2
  • 8
-3
votes
1 answer

Old website (2002) to new website (2014)

One of my main concerns is about SEO, when I have the intention to completely redesign a website and make it work on a mobile device. Following that idea, I have been researching on Google Developers and have decided choose the first option…
Ronaldo
  • 37
  • 1
  • 5
-3
votes
2 answers

How to rewrite url domain.com/?id=123456 => domain.com/123456/

How do I make a site with Search Engine friendly urls? Do I need special PHP code instead of: $_GET['id'] How to access 'id' variable after rewriting URL?
user1942505
  • 480
  • 5
  • 11
  • 20
-4
votes
1 answer

URL rewrite with PHP and .htaccess

Can anybody advise how I can rewrite the following URL: www.mydomain.com/products.php?product=product-name At the moment, it works fine (I use $_GET to grab the unique product name and use it on my page) but I would like to be able to use the…
mckeegan375
  • 255
  • 4
  • 14
-4
votes
1 answer

How to make user friendly url with .htaccess and php

Hi friends i'm new to php, kindly help me how to make seo friendly url of my php website, Dynamic link is: http://watchfullmovie1.com/pk/software_detail.php?mcat=windows&catid=downloaders&slug=internet_download_manager_idm_2 how to make friendly url…
-4
votes
1 answer

Friendly URL in MODX redirects to home page

I'm trying to use the User-Friendly-URL feature of MODX Revolution v2.2.14-pl (sdk) to eliminate the .html extension from the URL. An already clean URL redirects to the home page rather than showing the correct page. Why does the first URL…
toesslab
  • 5,092
  • 8
  • 43
  • 62
1 2 3
81
82