• 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
    • Still can't use .htaccess after upgtrade...

    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 5 of 5

    Thread: Still can't use .htaccess after upgtrade...

    • Thread Tools
      • Show Printable Version
    1. May 15, 2009 #1
      mickknutson
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      mickknutson is offline
      Regular Member
      Join Date
      April 29, 2009
      Posts
      91
      Rep Power
      215

      Still can't use .htaccess after upgtrade...

      I notice that you are NOT using vbSEO here on your site. is there ANYONE using vbSEO as well as VaultWiki WITH .htaccess enabled? I really would like to get this working on my site and am fairly frustrated with the blank screen and infinite redirects.

      Here is my .htaccess:

      Code:
      ErrorDocument 404 http://www.blincmagazine.com/404.php
      
      # 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 /forum/
      
      ##############################
      # Vault Wiki rewrite settings:
      RewriteRule ^wiki.php(.*)$ showwiki.php$1 [QSA]
      
      
      # Simple URLs....
      RewriteRule ^showwiki.php?title=(.*)$ wiki/$1 [L,R=301]
      
      
      
      # Default Namespace...
      # If you are using Simple URLs, use this rule:
      #RewriteRule ^wiki/Wiki:(.*)$ wiki/$1 [L,R=301]
      
      # If you are NOT using Simple URLs, use this rule:
      #RewriteRule ^showwiki.php?title=Wiki:(.*)$ showwiki.php?title=$1 [L,R=301]
      
      
      
      # Simple URLs, revisited...
      #RewriteRule ^wiki/(.*)?$ showwiki.php?pretty=1 [QSA]
      
      
      
      ##############################
      
      
      #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
      #RewriteRule (.*) http://www.yourdomain.com/forum/$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|wiki)
      RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
      
      
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images|wiki)/
      RewriteRule ^(.+)$ vbseo.php [L,QSA]
      Help would be greatly appreciated.
      Reply With Quote Reply With Quote

    2. May 15, 2009 #2
      mickknutson
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      mickknutson is offline
      Regular Member
      Join Date
      April 29, 2009
      Posts
      91
      Rep Power
      215
      I did figure out my 404 error page though....

      So, here is the NOT simplified URL for my WIKI:

      http://www.blincmagazine.com/forum/wiki.php?title=Base+Wiki+Book:Index

      Now, here is the simplified version as I copied the link generated by Vault WIKI:
      http://www.blincmagazine.com/forum/wiki.php?title=Base+Wiki+Book:Index


      Here is the URL in the location bar that the 404 ErrorDocument Page says was requested, that can NOT be found:

      http://www.blincmagazine.com/forum/wiki/Base+Wiki+Book:Index


      Again, I changed the .htaccess a bit to get this:

      Code:
      ErrorDocument 404 http://www.blincmagazine.com/404.php
      
      # 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 /forum/
      
      ##############################
      # Vault Wiki rewrite settings:
      RewriteRule ^wiki.php(.*)$ showwiki.php$1 [QSA]
      
      
      # Simple URLs....
      RewriteRule ^showwiki.php?title=(.*)$ wiki/$1 [L,R=301]
      
      
      
      # Default Namespace...
      # If you are using Simple URLs, use this rule:
      RewriteRule ^wiki/Wiki:(.*)$ wiki/$1 [L,R=301]
      
      # If you are NOT using Simple URLs, use this rule:
      #RewriteRule ^showwiki.php?title=Wiki:(.*)$ showwiki.php?title=$1 [L,R=301]
      
      
      
      # Simple URLs, revisited...
      #RewriteRule ^wiki/(.*)?$ showwiki.php?pretty=1 [QSA]
      
      
      
      ##############################
      
      
      #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
      #RewriteRule (.*) http://www.yourdomain.com/forum/$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|wiki)
      RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
      
      
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images|wiki)/
      RewriteRule ^(.+)$ vbseo.php [L,QSA]
      Reply With Quote Reply With Quote

    3. May 15, 2009 #3
      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
      Code:
      #RewriteRule ^wiki/(.*)?$ showwiki.php?pretty=1 [QSA]
      This is the most important part and it is commented out.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    4. May 15, 2009 #4
      mickknutson
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      mickknutson is offline
      Regular Member
      Join Date
      April 29, 2009
      Posts
      91
      Rep Power
      215
      I thought I had tried that.... So, here is my NEW .htaccess:
      Code:
      ErrorDocument 404 http://www.blincmagazine.com/404.php
      
      # 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 /forum/
      
      ##############################
      # Vault Wiki rewrite settings:
      RewriteRule ^wiki.php(.*)$ showwiki.php$1 [QSA]
      
      
      # Simple URLs....
      RewriteRule ^showwiki.php?title=(.*)$ wiki/$1 [L,R=301]
      
      
      
      # Default Namespace...
      # If you are using Simple URLs, use this rule:
      RewriteRule ^wiki/Wiki:(.*)$ wiki/$1 [L,R=301]
      
      # If you are NOT using Simple URLs, use this rule:
      #RewriteRule ^showwiki.php?title=Wiki:(.*)$ showwiki.php?title=$1 [L,R=301]
      
      
      
      # Simple URLs, revisited...
      RewriteRule ^wiki/(.*)?$ showwiki.php?pretty=1 [QSA]
      
      
      
      ##############################
      
      
      #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com
      #RewriteRule (.*) http://www.yourdomain.com/forum/$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|wiki)
      RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
      
      
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images|wiki)/
      RewriteRule ^(.+)$ vbseo.php [L,QSA]
      Now, strange thing is, when I go to http://www.blincmagazine.com/forum/wiki/ I get the Special Page and nothing appears like the wiki (list) did before...

      But, I can then navigate to the Special page, then to my Book's Index page fine:

      http://www.blincmagazine.com/forum/w...iki+Book:Index

      I can also get to the articles, so it appears that the only issue now is the Wiki (Default) List Page.
      Reply With Quote Reply With Quote

    5. May 15, 2009 #5
      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
      /wiki/ is supposed to be a special page with a search box. The fact that vbSEO uses the forum name for the URL causes another problem here, because the forum is going to forward to the wiki instead. The only workaround I can see is to rename the actual forum via the Forum Manager so that it doesn't match the wiki's path.

      The namespace can still be "Wiki". The filename can still be "wiki". But perhaps you need to name the forum "Base Wiki".
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Similar Threads

    1. .htaccess + vbseo
      By Mondi in forum VaultWiki Questions
      Replies: 1
      Last Post: April 27, 2010, 10:38 PM
    2. .htaccess issues
      By Kaelon in forum VaultWiki Questions
      Replies: 15
      Last Post: April 3, 2010, 4:11 PM
    3. htaccess and the CMS Suite?
      By Webbstre in forum VaultWiki Questions
      Replies: 1
      Last Post: March 10, 2010, 9:45 AM
    4. .htaccess
      By diyaudio in forum VaultWiki Questions
      Replies: 2
      Last Post: February 18, 2010, 9:14 PM
    5. htaccess confusion
      By Badorties in forum VaultWiki Questions
      Replies: 18
      Last Post: September 3, 2009, 1:12 PM

    Tags for this Thread

    admincp, after, also, another, anyone, appears, are, base, because, before, but, can, changed, com, comment, did, disable, does, enabled, filename, for, generated, get, going, here, htaccess, http, important, like, line, most, must, name, need, new, notice, only, other, out, php, please, pre, really, request, revisited, rewrite, screen, see, showwiki, some, that, the, there, this, upgtrade, use, using, via, was, when, with, would, www, you, your

    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 4:52 PM.
    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.