Hi,
I am using NB_Store in my DNN project and installed NB_Store Open Url Rewriter module, it isworking fine. Now my url appear as following
Now my problem is, how to replace the "store" word in the URL to "products" or Remove the store word from the URL??
And also in the URL, i should pass only catid without the category name as followinghttp://localhost/DotNetNuke_Community/store/catid/1 and it should replace the URL as following http://localhost/DotNetNuke_Community/products/power-adapter
I am using NB_Store in my DNN project and installed NB_Store Open Url Rewriter module, it isworking fine. Now my url appear as following
-
If i type http://localhost/DotNetNuke_Community/store/catid/1/power_adapater in the address bar
-
If i type http://localhost/DotNetNuke_Community/store/catid/1/power_adapater in the address bar
Now my problem is, how to replace the "store" word in the URL to "products" or Remove the store word from the URL??
And also in the URL, i should pass only catid without the category name as followinghttp://localhost/DotNetNuke_Community/store/catid/1 and it should replace the URL as following http://localhost/DotNetNuke_Community/products/power-adapter