Results 1 to 5 of 5

Rewrite problem in Member Page

This is a discussion on Rewrite problem in Member Page within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I have a promblem with member list When you open http://url/forums/members/list/ and choose one letter , it shows me only ...

  1. #1
    Member nikosb's Avatar
    Real Name
    Nikos
    Join Date
    Jan 2009
    Location
    GREECE
    Posts
    93
    Liked
    0 times

    Rewrite problem in Member Page

    I have a promblem with member list
    When you open http://url/forums/members/list/ and choose one letter , it shows me only the names that the username beggins with "S" (CAPITAL)
    and not the names withw ''small'' ''s''....

    the httacess is

    Code:
    Options +FollowSymLinks
    RewriteEngine On
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php [L,QSA]
    ErrorDocument 404 /404.php

    in the vbseocp/Member's Profile URLs,
    i use the: members/[user_id]-[user_name]
    and in the config_vbseo.php
    define('VBSEO_REWRITE_MEMBER_MORECHARS', 0);

    Can you please tell me how to fix this promblem ?

    Thank you for your time ,

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    I can't reprdouce this on my own site. I get both letter cases.

    Does it work correctly with vbseo temporarily disabled?

  3. #3
    Member nikosb's Avatar
    Real Name
    Nikos
    Join Date
    Jan 2009
    Location
    GREECE
    Posts
    93
    Liked
    0 times
    i triyed and it doesnt work

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    In this case, it's likely not a vBSEO issue then.

    Do you have any other modifications? i would try disabling them 1 at a time and seeing if it fixes the problem. If not, consult vB for support.

  5. #5
    Member nikosb's Avatar
    Real Name
    Nikos
    Join Date
    Jan 2009
    Location
    GREECE
    Posts
    93
    Liked
    0 times
    ok
    Thank you for your time Brian

Similar Threads

  1. Member Page Rewrite problem
    By chrisstinson in forum Troubleshooting
    Replies: 5
    Last Post: 11-16-2010, 05:28 PM
  2. Rewrite problem with member names ending in punctuation marks
    By Coop1979 in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 09-26-2009, 05:17 PM
  3. Replies: 5
    Last Post: 01-23-2009, 02:56 PM
  4. Member profile page rewrite?
    By trana in forum General Discussion
    Replies: 2
    Last Post: 04-18-2006, 01:02 AM

Posting Permissions

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