Quote:
Originally Posted by Seba123
Hi!
Small problem. I've added these rules
Code:
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)/$ index.php?language=$1 [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|sq|ca|et|tl|gl|hi|id|lv|lt|mt|sl|uk|vi|cy|yi)/(.*)?$ $2?language=$1 [QSA]
to .htaccess located in /tags/ directory, before
Code:
RewriteRule ^(.+)/([0-9]+)/$ index.php?tag=$1&page=$2 [NC,QSA,L]
RewriteRule ^(.+)/$ index.php?tag=$1 [NC,QSA,L]
but server said "404 not found" on translated pages. Anyone can help me ?
Product - zoints tags.
|
vBET does not supports Zoints tags and because vBulletin has bullit in tags engine which is working fine with vBET I'm not lanning to support Zoints Tags.
I can still hepl you if it is only matter of your .htaccess file

but I need more info. First of all what is not found? Translated normal pages or zoints tags translated pages? In first case - you have issue with vBET and first made vBET running for your normal forum pages. In 2nd case give us example of URL for normal and translated zoints tags page - maybe there will be some hint about customizing your .htaccess rules.