• Register
    • Help

    striker  0 Items
    Currently Supporting
    • Home
    • News
    • Forum
    • Wiki
    • Support
    • What's New?
    • Buy Now
    • Manual
      • Install/Upgrade
      • Admin Manual
      • User Manual
      • Style/Phrase Changes
      • Changelog
      • Security Issues
    • 
    • Wiki
    • Help
    • VaultWiki 4 Manual
    • VW4 Rewrite Configuration
    • Version History
    • Viewing Revision

    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.

    • Page
    • Source
    • History

    Rewrite Configuration

    Viewing Revision
    This is an old revision of this page, as edited March 5, 2013, 7:36 PM by pegasus(contribs). It may differ significantly from the current revision.
    Current Revision (diff)
    Newer revision  (diff)
    When installing VaultWiki for the first time, or upgrading to VaultWiki 4 from VaultWiki 3, or if you have made changes recently to Settings: Site Config, you may need to update your server's Rewrite configuration. If you are using default values for the following settings, you can skip this step:
    • Filename of the Wiki PHP File
    • Wiki URL Format

    Depending on what kind of software your web server uses, the configuration will vary.

    Apache

    Locate the /.htaccess file in your forum directory or create a new one.

    Add the following to the file:
    Code:
    RewriteEngine On
    RewriteBase /

    # If filename is not 'wiki_index', replace WIKI_FILE and uncomment the following line
    # RewriteRule ^WIKI_FILE.php wiki_index.php [L,QSA]

    # If URL format is /wiki/path, uncomment the following 2 lines
    # RewriteCond %{REQUEST_FILENAME} !-f
    # RewriteRule ^(.*)?$ wiki_index.php [L,QSA]


    NginX

    Open your /etc/nginx/nginx.conf file for editing, locate the server block for the domain where VaultWiki is installed, and add the following, where /forums/ is your forum directory:
    Code:
    location /forums/ {
    # for vBulletin, uncomment the following line
    # if ($request_filename != /(?:admincp|clientscript|cpstyles|install|images|modcp|cron|vbseo|vault))
    # for XenForo, uncomment the following line
    # if ($request_filename != /(?:admin|data|install|js|styles|vault)
    {
    set $redirect_url $fastcgi_script_name;
    rewrite ^ /forums/wiki_index.php last;
    }
    }


    Note:If you use vBSEO or some other method of catch-all URL rewriting, keep in mind that VaultWiki's rewrite rules should super-cede and completely replace the rules for your existing solution. You can pass URLs that VaultWiki fails to match to your catch-all script using the DEFAULT_SCRIPT directive in /vault/config.php.

    Users Browsing This Page (0 members, 1 guests)

    Search the Wiki

    Show results of these types:

    Share This Page

    Click a button below to activate it. Click again to share. Privacy Information Keep in mind that simply activating a button will reveal some of your browsing data with the selected third-party service in accordance with their own Terms of Service and/or Privacy Policy.
    Like0
    Link here from this web site
    Link here from the web
    Submit to Digg Digg
    Submit to del.icio.us del.icio.us
    Submit to StumbleUpon StumbleUpon
    Submit to Google Google

    Recent Activity

    Filters

    VW4 Install Manual

    Book Table of Contents
    • 1VW4 Installing VaultWiki
      1. 1.1VW4 Minimum Requirements
      2. 1.2VW4 Downloading the VaultWiki Package
      3. 1.3VW4 Uploading VaultWiki to Your Web Server
      4. 1.4VW4 Creating the Config File
        1. 1.4.1VW4 Config File Modifications for vBulletin
      5. 1.5VW4 Running the VaultWiki Install Script
      6. 1.6VW4 Rewrite Configuration
      7. 1.7VW4 Securing VaultWiki Files
      8. 1.8VW4 Creating your First Wiki Area
    • 2VW4 Upgrading VaultWiki
      1. 2.1VW4 Updating the VaultWiki Scripts on your Web Server
      2. 2.2VW4 Running the VaultWiki Upgrade Script
    • 3VW4 Uninstalling VaultWiki
    • 4VW4 Importing Data into VaultWiki
      1. 4.1VW4 Importing from Another VaultWiki 4
      2. 4.2VW4 Importing from MediaWiki
    • Contact Us
    • License Agreement
    • Privacy
    • Terms
    • Top
    All times are GMT -4. The time now is 7:58 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.
    "Wiki" powered by VaultWiki v4.1.9.