hi friends
i wanna hide the extension of my php pages in URL , i try a code and it works properly , bu when i use get method in my addresss , i want it seem like this :
http://mysite/products/page/1
instead of ttp://mysite/products?page=1
this is my code in HTACCESS file :
RewriteEngine on
#...