hello , how to create seo url with php + mod rewrite ?? my defualt url : myname.com/test/test.php for show url : myname.com/test/test.php?id=1 my idea : myname.com/test/1.html ( or without .html ) NOTE : this seo url is secure ?? thanks
test.php?id=1 and 1.htm
are practically the same for seo, 1 is not a great keyword.
dagon;10914001 wrote:test.php?id=1 and 1.htm are practically the same for seo, 1 is not a great keyword.
yes ! i have any title for each id . so how to change test.php?id=1 to title.html ( or without .html )
Rewriting URLs with Apache's mod_rewrite and PHP
dagon;10914048 wrote:Rewriting URLs with Apache's mod_rewrite and PHP
this secure method ??
BBKing;10914050 wrote:this secure method ??
It's a common method, i don't know what you mean by secure in this context.
This php code is whist 🙁 . how to costumize php code ?
BBKing;10914067 wrote:This php code is whist 🙁 . how to costumize php code ?
I have no idea what you just asked.