Page 1 of 2 1 2 LastLast
Results 1 to 15 of 20

Problem login and disconnect

This is a discussion on Problem login and disconnect within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I am succeeded to do work SEO Plugin Ioncube,but with it I doesn't succeed to disconnect me and neither to ...

  1. #1
    Junior Member RYoBiOS's Avatar
    Real Name
    gennaro
    Join Date
    Mar 2007
    Posts
    13
    Liked
    0 times

    Question Problem login and disconnect

    I am succeeded to do work SEO Plugin Ioncube,but with it I doesn't succeed to disconnect me and neither to login me,even in vbseocp.
    Is perhaps a problem of cookie ?
    My cookies domain is ".biliardohouse.com"

    My .htaccess is
    Code:
    # 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 /
    #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ http://www.biliardohouse.com/forum/v...php?sitemap=$1 [L]
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php)$ http://www.biliardohouse.com/forum/v...hp?vbseourl=$1 [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ 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]
    and I attaches you my html page of test.php.

    I hope to have you given enough informations

    Excuse me for my english and thank you very much
    Attached Files

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    Code:
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ http://www.biliardohouse.com/forum/v...php?sitemap=$1 [L]
    ...
    RewriteRule ^(.*\.php)$ http://www.biliardohouse.com/forum/v...hp?vbseourl=$1 [L,QSA]
    you don't need the full URL in these rewrite rules, just leave default vBSEO's .htaccess.

  3. #3
    Junior Member RYoBiOS's Avatar
    Real Name
    gennaro
    Join Date
    Mar 2007
    Posts
    13
    Liked
    0 times

    Unhappy

    Without full url it not work,and even vBSEO Google/Yahoo Sitemap not work without full url

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Instead of using full URL, please try to add this directive:
    Code:
    RewriteBase /forum/

  5. #5
    Junior Member RYoBiOS's Avatar
    Real Name
    gennaro
    Join Date
    Mar 2007
    Posts
    13
    Liked
    0 times
    not work
    404 error :( or error 500

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    please open a support ticket with FTP access for troubleshooting.

  7. #7
    Junior Member RYoBiOS's Avatar
    Real Name
    gennaro
    Join Date
    Mar 2007
    Posts
    13
    Liked
    0 times
    I have done

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Update: adding "RewriteBase /forum/" as described above resolved the issue.

  9. #9
    Junior Member RYoBiOS's Avatar
    Real Name
    gennaro
    Join Date
    Mar 2007
    Posts
    13
    Liked
    0 times
    The staff has been very available and kind
    Thank again

  10. #10
    Member
    Real Name
    Dascrow
    Join Date
    Mar 2007
    Location
    Alamogordo, NM
    Posts
    38
    Liked
    1 times
    I seem to have the same problem:

    Toyota Tundra Forums

    Code:
    This it the main .htaccess in the root dir:
    
    RewriteEngine On
    
    Options +FollowSymLinks
    RewriteBase /forums/
    
    RewriteCond %{THE_REQUEST} index\.php
    RewriteRule .* http://www.tundratalk.net/? [L,R=301]
    
    RewriteCond %{HTTP_HOST} !^www\.tundratalk\.net
    RewriteRule (.*) http://www.tundratalk.net/$1 [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} !forums/
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteRule ^(.*)$ forums/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]
    RewriteRule ^(.*\.php)$ forums/vbseo.php?vbseourl=$1&vbseorelpath=../&%{QUERY_STRING} [L]

    and this is the .htaccess inside the forums dir
    Code:
    # 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)
    
    Options +FollowSymLinks
    RewriteBase /forums/
    
    RewriteCond %{HTTP_HOST} !^www\.tundratalk\.net
    RewriteRule (.*) http://www.tundratalk.net/forums/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1 [L,QSA]
    
    RewriteCond %{REQUEST_FILENAME} !\.(jpg|gif)$
    RewriteRule ^(archive/.*)$ 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]
    Any ideas?

  11. #11
    Member
    Real Name
    Dascrow
    Join Date
    Mar 2007
    Location
    Alamogordo, NM
    Posts
    38
    Liked
    1 times
    I think I got it.. It takes godaddy a little while to refresh those .htaccess files..

    The only problem I've having now is with the news archive module for vBulletin advanced. If a guest is on, the format is way off and it screws the whole front page up. If a user logs in, everything displays corretly. I normally have it displayed on the left column. Width is normally set to 175.
    Last edited by dascrow; 03-19-2007 at 10:23 AM.

  12. #12
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Quote Originally Posted by dascrow View Post
    I think I got it.. It takes godaddy a little while to refresh those .htaccess files..

    The only problem I've having now is with the news archive module for vBulletin advanced. If a guest is on, the format is way off and it screws the whole front page up. If a user logs in, everything displays corretly. I normally have it displayed on the left column. Width is normally set to 175.
    Do you have the "Clean Up HTML" option enabled in vBSEO? If so, there could be an error in your HTML that is displayed to guests. Try turning off that option and see if the problem persists.

  13. #13
    Member
    Real Name
    Dascrow
    Join Date
    Mar 2007
    Location
    Alamogordo, NM
    Posts
    38
    Liked
    1 times
    Where is that option at?

    Thanks!
    Dan
    Toyota Tundra Forums

  14. #14
    Senior Member
    Real Name
    Keith Cohen
    Join Date
    Jul 2005
    Location
    Raleigh, NC USA
    Posts
    6,147
    Liked
    13 times
    Near the bottom of your vBSEO Control Panel.

    http://yourforumurl/vbseocp.php

  15. #15
    Member
    Real Name
    Dascrow
    Join Date
    Mar 2007
    Location
    Alamogordo, NM
    Posts
    38
    Liked
    1 times
    Nope.. turned off already.. if you look at the main page of the site.. the formatting is off util you login. I went ahead and enabled the news archive so you could see...

    Toyota Tundra Forums

    Thanks!
    Dan

Page 1 of 2 1 2 LastLast

Posting Permissions

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