| Re: URL Rewriting for XOOPS - Tips and Tricks |
| by Cozzie on 2008/11/3 2:14:03 Can anyone help me on this? Xlanguage is great but its format of not changing urls with languages is a major problem when it comes to search engine indexing |
| Re: URL Rewriting for XOOPS - Tips and Tricks |
| by Cozzie on 2008/10/30 9:17:50 Hi I'm trying to do the Xlanguage rewrite from Dona but it doesn't work for me, has anyone done it successfullly? Here's what i put in to my .htaccess file le="color: #000000"><?php # English RewriteRule ^english$ / [R=301] RewriteRule ^english/$ / [R=301] DirectoryIndex index.php?lang=english # Chinese RewriteRule ^schinese$ /schinese/ [R=301] RewriteRule ^schinese/$ /index.php?lang=schinese [QSA,L] My 2 langauges are ?lang=english and ?lang=schinese. My XOOPS is 2.0.18 and Xlanguage v3 Can anyone help? |
| Re: URL Rewriting for XOOPS - Tips and Tricks |
| by Dona_Brasil on 2007/1/6 8:31:50 Quote:
As far as I know, there is no URL rewrite included in these modules. |
| Re: URL Rewriting for XOOPS - Tips and Tricks |
| by thepaul on 2007/1/5 16:53:13 Has anyone been able to rewrite the URLs in backend.php? I want links in my RSS Feed to be friendly URLs as well, but can't figure out how to do it. |
| Re: URL Rewriting for XOOPS - Tips and Tricks |
| by abraxas on 2007/1/3 19:52:58 is this applicable to news module, or tinycontent, or others?? thx ! :) |