Guest Posted April 11, 2010 Share Posted April 11, 2010 [iSAPI_Rewrite]RewriteRule ^/(\d+)-(.*)\.html$ /product.php?id_product=$1 [L]RewriteRule ^/(.*)/(\d+)-(.*)\.html$ /product.php?id_product=$2 [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^/(\d+)\-(category|medium)/(.*)\.jpg$ /img/c/$1-$2.jpg [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^/(.*)/(.*)\.jpg$ /img/p/$1.jpg [L]RewriteRule ^/content/(\d+)\-(.*)$ /cms.php?id_cms=$1 [L]# added the below line for paging rewritingRewriteRule ^/(\d+)\-(.*)\?p\=(\d+)$ /category.php?id_category=$1&p;=$3 [L]RewriteRule ^/(\d+)\-(.*)$ /category.php?id_category=$1 [L] can not see picture,if anyone have any idea? Link to comment Share on other sites More sharing options...
Recommended Posts