en.oncom.ru/publisher.item.37/services.html
instead
en.oncom.ru/modulename.37/services.html
You can use the code below for publisher's seo friendly link
https://xoops.org/modules/publisher/item.php?itemid=6071
zivXP wrote:
Thanks for the answer, but it doesn't help
Also tried Header set Access-Control-Allow-Origin "*" - that didn't help either


<FilesMatch ".(ttf|otf|eot|woff|woff2)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>RewriteEngine On
RewriteRule ^content-([0-9]+)/.*.html$ modules/xmcontent/viewcontent.php?content_id=$1
RewriteRule ^content-.*/viewcontent.php$ modules/xmcontent/viewcontent.php? [QSA]
RewriteRule ^content-.*/comment_edit.php$ modules/xmcontent/comment_edit.php [QSA]
RewriteRule ^content-.*/comment_reply.php$ modules/xmcontent/comment_reply.php [QSA]
RewriteRule ^content-.*/comment_delete.php$ modules/xmcontent/comment_delete.php [QSA]
RewriteRule ^content-.*/comment_post.php$ modules/xmcontent/comment_post.php [QSA]
RewriteRule ^content-.*/comment_new.php$ modules/xmcontent/comment_new.php [QSA]
RewriteRule ^content modules/xmcontent/index.html






