Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

php - clean URL

Tags:

url

php

I want to create a web site with pure PHP. I want to hide the url parameters. I.e. I want to make my web site with clean urls. Is there is any way to do this with out using any framework? Is cURL helpful to do this?

like image 808
tibin mathew Avatar asked May 15 '10 09:05

tibin mathew


1 Answers

See URL rewriting in PHP without .htaccess if you don't want to or can't use .htaccess, else refer to How to: URL rewriting in PHP?.

like image 111
Mathias Bynens Avatar answered Oct 13 '22 04:10

Mathias Bynens