• 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
    • Another domain

    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 2 of 2 FirstFirst Previous 12
    Results 16 to 23 of 23

    Thread: Another domain

    • Thread Tools
      • Show Printable Version
    1. September 9, 2014 #16
      delicateglow
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      delicateglow is offline
      Junior Member
      Join Date
      September 17, 2011
      Posts
      34
      Rep Power
      180
      I am able to login the wiki with a second domain.
      The only issue that stands now is having the domain cooperate with VaultWiki's SEO URL format. As it stands, I cannot have it cope unless it's the very first URL format and having it as the first is not very ideal for me.

      Here is my .htaccess settings
      Code:
      Options -Indexes
      
      Header set Access-Control-Allow-Origin: "*"
      Header set Access-Control-Allow-Headers: "Origin, X-Requested-With, Content-Type, Accept"
      
      
      RewriteEngine On
      
      
      RewriteBase /
      
      
      RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
      
      RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php|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]
      
      RewriteCond %{HTTP_HOST} !^main\.com$
      RewriteRule ^forum.php$ forum.php [R]
      
      RewriteCond %{HTTP_HOST} ^second\.com$
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
      RewriteRule ^wiki/(.*)$ wiki_index.php [L,QSA]
      Any tips on how to do it?
      Reply With Quote Reply With Quote

    2. September 9, 2014 #17
      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
      See your new .htaccess file.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. September 9, 2014 #18
      delicateglow
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      delicateglow is offline
      Junior Member
      Join Date
      September 17, 2011
      Posts
      34
      Rep Power
      180
      Ah! Thanks so much. Would it be possible to have it as the 2nd URL format?
      Reply With Quote Reply With Quote

    4. September 9, 2014 #19
      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
      Sure, you should just be able to switch the format between #2 and #3. There wouldn't be a change to the .htaccess for that. If you have an issue with stale URLs from the previous format after the switch, you can run Counters > Rebuild URLs.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    5. September 9, 2014 #20
      delicateglow
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      delicateglow is offline
      Junior Member
      Join Date
      September 17, 2011
      Posts
      34
      Rep Power
      180
      Ah, that did it, thanks.
      Last edited by delicateglow; September 9, 2014 at 11:46 PM.
      Reply With Quote Reply With Quote

    6. September 11, 2014 #21
      delicateglow
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      delicateglow is offline
      Junior Member
      Join Date
      September 17, 2011
      Posts
      34
      Rep Power
      180
      EDIT: Looks like any non-existing [wiki] tagged article leads to a 'The page you are looking for cannot be found.' page, and not the usual Vaultwiki interface for it.
      Last edited by delicateglow; September 12, 2014 at 4:10 AM.
      Reply With Quote Reply With Quote

    7. September 13, 2014 #22
      delicateglow
      • View Profile
      • View Forum Posts
      • View Blog Entries
      • View Articles
      delicateglow is offline
      Junior Member
      Join Date
      September 17, 2011
      Posts
      34
      Rep Power
      180
      Ah, also seems like Islands are inaccessible.
      Reply With Quote Reply With Quote

    8. September 13, 2014 #23
      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
      Resolved the issues in your last two posts with these reports:
      https://www.vaultwiki.org/issues/3997/
      https://www.vaultwiki.org/issues/3998/
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Page 2 of 2 FirstFirst Previous 12

    Similar Threads

    1. Problem: Pictures no longer parse after domain change
      By brindosch in forum VaultWiki Questions
      Replies: 3
      Last Post: April 17, 2016, 5:46 AM
    2. VW on a seperate domain
      By Moses in forum VaultWiki Questions
      Replies: 3
      Last Post: February 1, 2011, 3:44 AM
    3. SQL Error in "Wiki Domain Manager"
      By mafioso in forum VaultWiki Questions
      Replies: 1
      Last Post: February 4, 2009, 7:45 AM

    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 7: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.