hi all
The above code works fine and gives me result asCode:RewriteRule ^-(.+?)-(.+?)-(.+?) index.php?s=$1&d=$2&i=$3
now i want to add "productname.html" at end of it likeCode:index-1-2-3
If i use the below code then my result query doesnt worksCode:index-1-2-3-productname.html
vineetCode:^-(.+?)-(.+?)-(.+?)\.html$



Reply With Quote


Bookmarks