1
Hi
I have a publisher with seo installed in my xoops site 2.5.10 with htaccess seo activated
RewriteRule ^publisher.([a-z]+).([0-9.]+)/ modules/publisher/index.php?seoOp=$1&seoArg=$2
My publisher article url look like this
https://mydomain.com/modules/publisher/item.php?itemid=2
https://mydomain.com/publisher.item.2/intro.html
i have cloned the publisher module to be services module and i have copy all my publisher content to the services modules..i use the same setting
https://mydomain.com/modules/services/item.php?itemid=2
https://mydomain.com/services.item.2/intro.html
My question is how do i redirect with htaccess all publisher module article to the new service module article..all have same article id..only the module name changed..
thank you