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 5 of 5

Thread: duplicate pages

  1. #1
    Member
    Join Date
    Dec 2009
    Posts
    51

    Default duplicate pages

    Text automatically translated from: Italian to: English
    Translated text
    Hello,
    I had to uninstall vbet, but Google continues to report this type of duplicate threads

    / Members / deps.html? Vbet_lang = mk & redirected = / member.php
    / Mk / member.phpvbet_lang & redirected = is = / members / meladancer.htmlvbet_lang = ko & redirected = / member.php &
    / Mk / mk = member.phpvbet_lang & redirected = / members / guantony.htmlvbet_lang & redirected = = m / member.php &



    how do I eliminate them altogether? I've stuck with the file folders robots / mk /, / memers / etc, but continues to signal
    thanks
    Original text

  2. #2
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Hello,

    Un-installation is not necessary. You have support here - in case of issues please write and we will help you solve your issue. If you want to solve the issue, then please install again newest version of vBET and we will work on the issue.

    Also in case when something wrong happens in any mod it is enough to disable it - you do not loose your configuration data and it is easy to enable again.

    Now going to the issue. I see you had redirection loop. I do not know which version of vBET was used, because it is already not on your forum, so I do not know is it actual issue or just from some old vBET version.
    Anyway to solve it please just add appropriate rule to .htaccess. It can be simple rule which redirects all pages with redirected= parameter to your forum main page. For example (not tested):
    Code:
    RewriteCond %{QUERY_STRING} redirected=
    RewriteRule $ http://%{HTTP_HOST}/ [L,R=301]
    If you want to solve the issue and still have vBET - please write we will gladly help you with this. Still I have feeling that there was used some old vBET version, because we already solved such issues.

    Please tell did it help.

  3. #3
    Member
    Join Date
    Dec 2009
    Posts
    51

    Default

    Text automatically translated from: Italian to: English
    Translated text
    Meanwhile, thank you.
    Currently my htaccess is so

    Code:
    SetEnv PHP_VER 5
    
    # Comment the following line (add '#' at the beginning)
    # to disable mod_rewrite functions.
    # Please note: you still need to disable the hack in
    # the vBSEO control panel to stop url rewrites.
    RewriteEngine On
    
    # Some servers require the Rewritebase directive to be
    # enabled (remove '#' at the beginning to activate)
    # Please note: when enabled, you must include the path
    # to your root vB folder (i.e. RewriteBase /forums)
    # RewriteBase /~scuocjjm/
    
    RewriteCond %{HTTP_HOST} !^scuo\.la
    RewriteRule (.*) http://scuo.la/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap|cron|chat)
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteRule ^/?archive/index.php/archive.css?$ /archive/archive.css [L,QSA]
    as I change then?
    thanks
    Original text
    Last edited by vBET; 18-07-11 at 11:28. Reason: bbcode correction

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Put my rule AFTER this one:
    Code:
    RewriteCond %{HTTP_HOST} !^scuo\.la
    RewriteRule (.*) http://scuo.la/$1 [L,R=301]
    Do you need help with solving the issue?

  5. #5
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    No answer - considered last hint solved the issue In other case - 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
  •