php - Pretty urls Apache -


i have site url looks www.abc.com/abc.php?id=10, want change these pretty url www.abc.com/abc/10, possible without rewriting code if yes how can , possible way without htaccess .

u can use rewrite url within htaccess file.

url rewrite

and if want rewrite url without using htaccess can refer this post


Comments

Popular posts from this blog

Upgrade php version of xampp not success -

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -