What about clean URLs for the site, using mod_rewrite.
http://www.topinweb....ash_test_(demo)
and make it http://topinweb.com/...ash_test_(demo)
Rewrite:
url.rewrite-once = (
"^/download.php?x=(.*)&y=(.*)&z=(.*)&q=(.*)" => "/download/$1/$2/$3/$4",
)
http://www.topinweb....&q=test&x=0&y=0
and make it http://topinweb.com/search/test/1/0/0
url.rewrite-once = (
"^/search.php?p=(.*)&q=(.*)&x=(.*)&y=(.*)" => "/search/$2/$1/$3/$4",
)
and urlencode() the links on /top-100-mp3.php
Page 1 of 1

Sign In
Register
Help


MultiQuote