Edit
by pavel p - 8 years ago (2016-09-18)
I need rewrite url in my site
| I need rewrite url in my site |
- 1 Clarification request
1.
by Itay Segal - 8 years ago (2016-09-30) Reply
which server are you using?
are you using a db to store all the friendly urls?
Please provide more details to I can help you
Ask clarification
2 Recommendations
This package can manage content pages stored on a MySQL database.
It provides a Web interface for performing operations to manipulate the content of Web pages stored in a database.
Currently it can login and logout the user, present a dashboard, manage pages, add pages, and edit existing pages.
| by zinsou A.A.E.Moïse 6835 - 7 years ago (2017-08-12) Comment
Use this as a starting point but you must improve it by automatically build your friendly URL with a package like this https://www.phpclasses.org/package/10031.html instead of manually creation... |
Simple PHP Router Library: Route requests to different scripts based on URLs
This class can route requests to different scripts based on URLs.
It takes an array of supported routes and checks it to see if the current request URL matches any of the routes.
The class can route the requests to the respective script defined in the routes array.
Missing routes makes the class handle the request with a not found script.
| by afshin akhgar package author 40 - 8 years ago (2016-10-12) Comment
you can use this package |