I I am trying to convert php links with variables to html link so increase seo of my site,
My links are like:
http://site.com/pages/page1.php?v1=var1&v2=var2&v3=var3&v4=var4
or:
http://site.com/pages/page1.var1.var2.var3.var4.html
or some things like that it doesn't matter but the point is how to do that and alos be able to GET those variable values? please explaine completely ... PLEASE