关于伪静态的问题,来看看吧现在有这个需求:访问:http://a.songlou.com/1.html指向:http://b.songlou.com/x.asp?id=1请问可以实现吗?[解决办法]完全可以RewriteRule ^(.*)/([0-9]*)\.html$ $1/x\.asp\?id=$2