• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
      • Try XenForo Demo
      • New Posts
      • FAQ
      • Calendar
      • Community
        • Groups
        • Albums
        • Member List
      • Forum Actions
        • Mark Forums Read
      • Quick Links
        • Today's Posts
        • Who's Online
      • Sponsor
        • Sponsor a Feature
        • List of Donors
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
    • 
    • Forum
    • VaultWiki How-Tos
    • VaultWiki Questions
    • 301 redirect when clicking on the wiki link in the navigation bar

    1. Welcome to VaultWiki.org, home of the wiki add-on for vBulletin and XenForo!

      VaultWiki allows your existing forum users to collaborate on creating and managing a site's content pages. VaultWiki is a fully-featured and fully-supported wiki solution for vBulletin and XenForo.

      The VaultWiki Team encourages you to join our community of forum administrators and check out VaultWiki for yourself.

    Results 1 to 2 of 2

    Thread: 301 redirect when clicking on the wiki link in the navigation bar

    • Thread Tools
      • Show Printable Version
    1. August 27, 2016 #1
      edrsvc
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      edrsvc is offline
      New Member
      Join Date
      August 24, 2016
      Posts
      2
      Rep Power
      0

      301 redirect when clicking on the wiki link in the navigation bar

      Hello,

      when I click on the wiki link in vb's navigation abr i get an 301 redirect right back to forum.php.
      I user VBSeo

      my .htacces
      Code:
      RewriteEngine On
      
      # If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
      # Options -MultiViews
      
      RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/|wiki|yui)
      RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
      
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
      RewriteRule ^(.+)$ dbseo.php [L,QSA]
      
      
      # If filename is not 'wiki_index', replace WIKI_FILE and uncomment the following line (skip this for XenForo)
      # RewriteRule ^WIKI_FILE.php wiki_index.php [L,QSA]
      
      # If URL format is /wiki/path uncomment the following line
      # RewriteRule ^yui-combo/([^/]+)/(.+)$ yui_loader.php?v=$1&f=$2 [L,QSA]
      
      # If URL format is /wiki/path or replaces a catch-all rule, uncomment the following 3 lines (skip this for XenForo)
      # RewriteCond %{REQUEST_FILENAME} !-f
      # RewriteCond %{REQUEST_FILENAME} !-d
      #RewriteRule ^(.*)?$ wiki_index.php [L,QSA]
      The site: ffxiv-forum.net

      Also the link is not visible for non registered users, how to make it accessible for everyone?

      regards & thanks
      edrsvc
      Last edited by edrsvc; August 27, 2016 at 11:02 AM. Reason: updated .htaccess
      Reply With Quote Reply With Quote

    2. August 27, 2016 #2
      pegasus
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • Visit Homepage
      • View Articles
      pegasus is offline
      VaultWiki Team
      Join Date
      March 28, 2004
      Location
      New York, NY
      Posts
      2,959
      Blog Entries
      18
      Rep Power
      687
      Change everywhere that says dbseo.php so it says wiki_index.php

      Your .htaccess should look like this:
      Code:
      RewriteEngine On
      
      # If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
      # Options -MultiViews
      
      RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/|wiki|yui)
      RewriteRule ^((archive/)?(.*\.php(/.*)?))$ wiki_index.php [L,QSA]
      
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
      RewriteRule ^(.+)$ wiki_index.php [L,QSA]
      Permissions are in the Wiki Admin Panel, which you can access in AdminCP > VaultWiki > Control Panel.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Similar Threads

    1. How to set it so guests can view namespaces when clicking the wiki tab?
      By CedricFP in forum VaultWiki Questions
      Replies: 6
      Last Post: March 15, 2013, 10:20 AM
    2. Hide wiki link in menu for guests and users. Only for mods and admins till wiki is filled
      By domenico in forum VaultWiki Questions
      Replies: 2
      Last Post: March 12, 2013, 12:39 PM
    3. [Miscellaneous Hacks] Newest Wiki pages link, in Forumhome, and in Wiki front page
      By basketmen in forum vBulletin 3.x Addons
      Replies: 5
      Last Post: July 27, 2011, 4:45 AM
    4. Wiki code for no auto-link
      By Moses in forum VaultWiki Questions
      Replies: 5
      Last Post: October 27, 2010, 12:55 AM
    5. [New Posting Features] Forum to wiki link
      By Jella in forum vBulletin 3.x Addons
      Replies: 2
      Last Post: July 18, 2009, 11:40 PM

    Tags for this Thread

    %request_filename, 301, qsa], redirect, rewritecond

    View Tag Cloud

    Bookmarks

    Bookmarks
    • Submit to Digg Digg
    • Submit to del.icio.us del.icio.us
    • Submit to StumbleUpon StumbleUpon
    • Submit to Google Google

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •  
    • BB code is On
    • Smilies are On
    • [IMG] code is Off
    • [VIDEO] code is
    • HTML code is Off

    Forum Rules

    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 12:11 AM.
    This site uses cookies to help personalize content, to tailor your experience, and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Learn more… Accept Remind me later
  • striker
    Powered by vBulletin® Version 4.2.5 Beta 2
    Copyright © 2025 vBulletin Solutions Inc. All rights reserved.
    Search Engine Optimisation provided by DragonByte SEO (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
    Copyright © 2008 - 2024 VaultWiki Team, Cracked Egg Studios, LLC.