vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Results 1 to 4 of 4

Help with .htaccess

This is a discussion on Help with .htaccess within the General Discussion forums, part of the vBulletin SEO Discussion category; I put this in my .htaccess to help rewrite urls like look like this (it's logicians webtemplates hack) # Comment ...

  1. #1
    Senior Member
    Join Date
    Nov 2005
    Posts
    139

    Help with .htaccess

    I put this in my .htaccess to help rewrite urls like look like this (it's logicians webtemplates hack)

    # 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 vBulletin folder (i.e. RewriteBase /forums)
    #RewriteBase /

    RewriteRule ^((urllist|sitemap).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]



    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^view_(.*).htm$ view.php?pg=$1


    but it doesn't work.

    Check:

    Cruise Line Fans CruiseCams


    I tried this http://www.cruiselinefans.com/view_cruisecams.html and this http://www.cruiselinefans.com/view_cruisecams.htm

    no worky

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Hello Rex,

    yuo should put this above vBSEO rewrite rules (right after "RewriteEngine on" line).
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


  3. #3
    Senior Member
    Join Date
    Nov 2005
    Posts
    139
    Thank you sir.. Works now

    Cruise Line Fans CruiseCams

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    24,550
    Great!
    Oleg Ignatiuk / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


Similar Threads

  1. Hotlink Protection Tutorial (Apache Server - .htaccess files)
    By NeutralizeR in forum Member Articles
    Replies: 13
    Last Post: 11-20-2008, 03:53 AM
  2. .htaccess problem right off
    By eJM in forum Custom Rewrite Rules
    Replies: 10
    Last Post: 08-01-2006, 10:27 PM
  3. Which .htaccess line is which?
    By eJM in forum General Discussion
    Replies: 5
    Last Post: 07-04-2006, 06:55 AM
  4. Add "www." in .htaccess
    By Jason|Xoxide in forum Custom Rewrite Rules
    Replies: 8
    Last Post: 03-31-2006, 11:54 AM