Results 1 to 6 of 6

Member Page Rewrite problem

This is a discussion on Member Page Rewrite problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi, I just upgraded from 3.2 (if I remember correctly) to 3.3.2. Everything seems to work except whenever I click ...

  1. #1
    Junior Member
    Real Name
    Chris
    Join Date
    Jan 2007
    Posts
    5
    Liked
    0 times

    Member Page Rewrite problem

    Hi,

    I just upgraded from 3.2 (if I remember correctly) to 3.3.2. Everything seems to work except whenever I click on a member name it doesn't go to the member page, it goes to:

    /forum/members/a.html

    and when I type in the name of the member into the URL it still redirects to a.html.

    ex. The World's Cutest Animals Forum

    I am using IIS 7 and PHP 5.2.11 FastCGI, IIS Rewrite 1.1.

    Here are my rules from web.config which I have used for the last 2 years.

    Code:
     
       <rule name="Rule 1">
                        <match url="^forum/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$" ignoreCase="false" />
                        <conditions>
                            <add input="{HTTP_HOST}" pattern=".*worldscutestanimals.com" ignoreCase="false" />
                        </conditions>
                        <action type="Rewrite" url="/forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap={R:1}" appendQueryString="false" />
                    </rule>
                    <rule name="Rule 2">
                        <match url="^forum/((archive/)?(.*\.php(/.*)?)?)$" ignoreCase="false" />
                        <conditions>
                            <add input="{HTTP_HOST}" pattern=".*worldscutestanimals.com" ignoreCase="false" />
                            <add input="{REQUEST_URI}" pattern="/forum/(admincp/|modcp/|cron)" ignoreCase="false" />
                        </conditions>
                        <action type="Rewrite" url="/forum/vbseo.php" />
                    </rule>
                    <rule name="Rule 3">
                        <match url="^forum/(.+)$" ignoreCase="false" />
                        <conditions>
                            <add input="{HTTP_HOST}" pattern=".*worldscutestanimals.com" ignoreCase="false" />
                            <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
                            <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
                            <add input="{REQUEST_FILENAME}" negate="true" pattern="^/forum/(admincp|modcp|clientscript|cpstyles|images)/" ignoreCase="false" />
                        </conditions>
                        <action type="Rewrite" url="/forum/vbseo.php" />
                    </rule>

  2. #2
    Junior Member
    Real Name
    Chris
    Join Date
    Jan 2007
    Posts
    5
    Liked
    0 times
    OK, looks as though when I'm logged in as chris, all the member pages work. When I am logged out, as a visitor, the member pages redirect to a.html

  3. #3
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Please create a support ticket with login details so we can investigate this.
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  4. #4
    Junior Member
    Real Name
    Chris
    Join Date
    Jan 2007
    Posts
    5
    Liked
    0 times
    I reverted back to 3.3.0 and it works. So something between 3.3.0 and 3.3.2.

    I will possibly try it again this weekend and get in touch with you.

    Thanks.

  5. #5
    Junior Member
    Join Date
    Sep 2005
    Posts
    19
    Liked
    0 times
    I get the same member profile re-direct when I block member profile access to guests. Did you figure out a way to solve this problem in the end?

  6. #6
    vBSEO Staff Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,393
    Liked
    411 times
    Blog Entries
    1
    Hello Ian,

    Chris never opened a support ticket as Mert stated, so that we weren't unable to reproduce and find the source of the problem. Can you please do so?. Also please let us know in your ticket what web server are you currently using.
    Andrés Durán / Crawlability Inc.
    ˇvBSEO 3.6.0 GOLD Liberado!
    Inaugurando el NUEVO vBSEO Sitemap Generator 3.0. - ˇAHORA disponible para Clientes de vBSEO!

    Síguenos en: Facebook | Síguenos en: Twitter


Similar Threads

  1. 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
  2. URL Rewrite from main page to forums folder problem
    By =Master= in forum Custom Rewrite Rules
    Replies: 0
    Last Post: 09-24-2009, 12:04 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
  •