information sent.
information sent.
Thanks. I will start working on your server.
also you can try to use a SEO links (without vBSEO).
just go to admincp->vBET->main and set option:
Translation links type to Create URL's according to SEO link consensus (i.e. '/en/address')
after that you should add to you .htaccess file in forums folder this rules:
Code:#RULES for SEO translation links without any SEO engine (on raw vBulletin links) #If you are using vB 'Mod Rewrite Friendly URLs' then put those rules JUST BEFORE vB rules RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/archive/index.php/(.*)?$ archive/index.php?/$2&language=$1 [L,QSA] RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/$ index.php?language=$1 [L,QSA] RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/(.*)?$ $2?language=$1 [QSA]
Hello,
Please try it now - should works now. Can you confirm it?
Secondly - this issue can be specific only for this test forum. On main forum this should works perfect.
looks fine now.
thanks.
will move it to my live forum soon.
tried using the SEO but i got a 404 error:
Not Found
The requested URL /testvb/forums/pt/forum.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
just setup in my live forum, also having the same problem. what was changed to fix it in my test forum?
i've disabled it in my live forum.
Last edited by Schmike; 04-02-11 at 06:22.
i will passed it to kamil , when kamil will be we will think about it
Thanks
Hello,
Please send to me by PM your admincp details - I will enable this vBET only for me and I will fix it for you.
so, If you want to edit it manualy, you must:
1. open and make a copy of this file:
forum root/inlcudes/vbenterprisetranslator_functions_url.php
2. in this file find:
3. and REPLACE with:PHP Code:
$amp = (THIS_SCRIPT == 'external' || THIS_SCRIPT != 'blog_external') ? '&' : '&';
4. save filePHP Code:
$amp = (THIS_SCRIPT == 'external' || THIS_SCRIPT != 'blog_external') ? '&' : '&';
5. test it
But this is not real solution. This eliminate some functions on your site. This issue is specific on your forum (I can't reproduce it on my test forum), so I only can solve it on your server (I need admincp details too).
If you want, you can use this solution - it works, but I would like to check another solution on your server.
Please confirm it.
Thanks.
that works for my live forum now.
if you want to test out any other resolution, please do it on the test site. thanks.