Results 1 to 4 of 4

forum url problem add #

This is a discussion on forum url problem add # within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello in my forumsdisply the url coming like that منتديات سيارات الخليج # toyota i want it http://gulfcarsforums.com/toyota how i ...

  1. #1
    Senior Member Array
    Real Name
    khaled
    Join Date
    Jan 2007
    Location
    jeddah
    Posts
    109
    Liked
    0 times

    Question forum url problem add #

    Hello
    in my forumsdisply the url coming like that
    منتديات سيارات الخليج#toyota

    i want it http://gulfcarsforums.com/toyota

    how i can remove # from url ?

    and about my htaccess

    is it correct ?

    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} !^gulfcarsforums\.com
    RewriteRule (.*) http://gulfcarsforums.com/$1 [L,R=301]
    
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php)
    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]

  2. #2
    vBSEO Staff Array Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,859
    Liked
    567 times
    Blog Entries
    2
    Hello,

    This is caused by a vBSEO feature called "Direct Category Links". You can turn it off here:

    vBSEO CP -> Other Enhancements -> Direct Category Links.
    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


  3. #3
    Senior Member Array
    Real Name
    khaled
    Join Date
    Jan 2007
    Location
    jeddah
    Posts
    109
    Liked
    0 times
    Thanks it work

  4. #4
    vBSEO Staff Array Andrés Durán Hewitt's Avatar
    Real Name
    Andrés Durán
    Join Date
    Jul 2009
    Location
    Costa Rica
    Posts
    3,859
    Liked
    567 times
    Blog Entries
    2
    I'm glad to assist
    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. vBulletin 3.x Forum url problem
    By infobeto in forum Troubleshooting
    Replies: 5
    Last Post: 05-18-2010, 12:43 PM
  2. Problem with the forum name
    By Setokaiba in forum General Discussion
    Replies: 1
    Last Post: 08-14-2009, 12:42 AM
  3. big problem in my forum ??
    By saleh15 in forum General Discussion
    Replies: 2
    Last Post: 10-20-2008, 04:52 PM
  4. Problem with a forum
    By 2meplie in forum Troubleshooting
    Replies: 4
    Last Post: 05-13-2007, 09:22 PM

Posting Permissions

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