Ho letto una pilola molto interessante sul forum php quindi posto qui e non in asp.

http://forum.html.it/forum/showthrea...hreadid=871868

E' possibile utilizzare L'Url Rewriting descritto in questa pillola anche per un sito fatto in asp che però è hostato su un webserver apache.


La procedura descritta è questa, nel file .htaccess inserire:

RewriteEngine On
RewriteRule ^pdf_notizie/([^/]+).pdf pdf_notizie.php?id=$1 [L]


The Linux Bad Guys