An open API service indexing awesome lists of open source software.

https://github.com/fadilxcoder/friendly-url

Having friendly URL in your projects with .htaccess
https://github.com/fadilxcoder/friendly-url

php poc

Last synced: 10 months ago
JSON representation

Having friendly URL in your projects with .htaccess

Awesome Lists containing this project

README

          

# Friendly URLs

- `/display/ab-dolorem-quo-aperiam-et-voluptates-voluptatem`
- - In .htaccess **RewriteRule ^display/(.*)$ _show.php?uri=$1 [QSA]**
- - Passing 1 variable
- `/mutiple-data/1/ab-dolorem-quo-aperiam-et-voluptates-voluptatem`
- - In .htaccess **RewriteRule ^mutiple-data/(.*)/(.*)$ _get.php?id=$1&uri=$2 [QSA]**
- - Passing more tha 1 variable