Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 3 of 3

Thread: Problems with URL's

  1. #1
    Junior Member
    Join Date
    Sep 2014
    Posts
    2

    Default Problems with URL's

    Text automatically translated from: Portuguese to: English
    Translated text
    After you install the full version I am with the following problem: [I use the vbseo]

    My url's are showing up like this:

    Code:
    mydomain.com/[/url]en/forum/...
    When should the

    Code:
    mydomain.com/[/url]forum/en/...
    and the settings of my nginx think that they are correct:

    Code:
        location /forum/ {
        rewrite ^/forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 last;
        rewrite ^/forum/(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|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|ur|vi|cy|yi)/$ /forum/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/ last;
        rewrite ^/forum/(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|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|ur|vi|cy|yi)/(.*)?$ /forum/vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/$2 last;
    
        if ($request_filename ~ "\.php$" ) {
        rewrite ^(.*)$ /forum/vbenterprisetranslator_seo.php last;
        }
        if (!-e $request_filename) {
        rewrite ^/forum/(.*)$ /forum/vbenterprisetranslator_seo.php last;
        }
    }
    Original text

  2. #2
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Do you have set AdminCP->vBET->Main->Forum directory and other options in AdminCP->vBET->Main?
    Last edited by Marcin Kalak; 04-10-14 at 19:34.

  3. #3
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    No response - considered the issue is gone. If not please write here.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •