• 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
    • uploading images

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

    Thread: uploading images

    • Thread Tools
      • Show Printable Version
    1. July 19, 2011 #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
      216

      uploading images

      I have not uploaded images in quite some time. But I found a need to add some new ones and when I go to
      http://www.blincmagazine.com/forum/newthread.php?f=79

      I enter a name then hit next, and I just get redirected to
      http://www.blincmagazine.com/forum/forum.php

      How would I trouble shoot the cause of this?
      Reply With Quote Reply With Quote

    2. July 19, 2011 #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
      688
      You have the Wiki File Name set as "wiki" but your .htaccess file isn't forwarding wiki.php to showwiki.php
      Since wiki.php doesn't exist, vBSEO is avoiding a 404 and redirecting to your forum home page.

      You should check that your .htaccess file contains all the necessary VaultWiki rules. You will have the same issue if you try to post any new article using the "Post New Article" button.
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    3. July 20, 2011 #3
      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
      216
      Here is my current .htaccess

      Code:
      RewriteEngine On
      RewriteBase /forum/
      
      #---REINDEX OLD STYLE  URLs to TRANSALTED PAGE------------#
      #RewriteCond %{QUERY_STRING} language=(zh-TW|zh-CN|..)
      #RewriteRule ^(.*)$ http://%{HTTP_HOST}/%1/$1? [L,R=301]
      
      
      
      RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/wiki(.*)?$ wiki$2?language=$1 [QSA]
      
      #---------------------------------------------------------#
      # Valut WIKI
      RewriteRule ^wiki.php$ showwiki.php [L,QSA]
      RewriteRule ^showwiki.php?title=(.*)$ wiki/$1 [L,R=301]
      RewriteRule ^wiki/Wiki:(.*)$ wiki/$1 [L,R=301]
      
      RewriteRule ^wiki$ wiki/ [L,QSA,R=301]
      
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteRule ^wiki(.*)?$ showwiki_proxy.php [L,QSA]
      
      #---------------------------------------------------------#
      # vBSEO Search Engine XML Sitemap 3.0 PL1
      RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
      
      #RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/wiki/(.*)?$ /forum/wiki/$2?language=$1 [L,QSA]
      
      #RewriteCond %{REQUEST_FILENAME} !-f
      #RewriteCond %{REQUEST_FILENAME} !-d
      #RewriteRule ^/?(af|sq|ar|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|de|el|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|vi|cy|yi)/wiki(.*)?$ showwiki_proxy.php?language=$1 [L,QSA]
      
      # RULES for SEO translation links with vBSEO (have to be included before all rules to vbseo.php)
      RewriteCond %{QUERY_STRING} !language=
      RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|ur|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/ [L,QSA]
      RewriteCond %{QUERY_STRING} !language=
      RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|ru|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|ur|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/forum/$2 [L,QSA]
      
      RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
      RewriteCond %{REQUEST_URI} !showwiki_proxy.php
      RewriteCond %{QUERY_STRING} !language=
      RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
      
      RewriteCond %{REQUEST_FILENAME} !-f
      RewriteCond %{REQUEST_FILENAME} !-d
      RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
      RewriteCond %{QUERY_STRING} !language=
      RewriteRule ^(.+)$ vbenterprisetranslator_seo.php [L,QSA]
      
      #---------------------------------------------------------#
      # 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.
      #---------------------------------------------------------#
      
      #RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
      #RewriteCond %{REQUEST_URI} !showwiki_proxy.php
      #RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]
      
      #RewriteCond %{REQUEST_FILENAME} !-f
      #RewriteCond %{REQUEST_FILENAME} !-d
      #RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images)/
      #RewriteRule ^(.+)$ vbseo.php [L,QSA]
      Reply With Quote Reply With Quote

    4. July 20, 2011 #4
      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
      688
      I don't use vB Enterprise Translat[o]r, so I'm not positive about this, but I think it is setting the REDIRECT_URL wrong for our purposes and vBSEO doesn't have hook locations to catch non-vB URLs...
      Find:
      Code:
      RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
      Add before:
      Code:
      RewriteCond %{REQUEST_URI} !showwiki.php
      - lead developer for VaultWiki
      Reply With Quote Reply With Quote

    Similar Threads

    1. Finding a solution to wiki image uploading
      By Desita in forum VaultWiki Questions
      Replies: 2
      Last Post: August 9, 2015, 4:02 PM
    2. Images
      By migratoria in forum General Discussion
      Replies: 4
      Last Post: July 8, 2015, 10:13 AM
    3. Uploading Images question
      By ashley76 in forum VaultWiki Questions
      Replies: 2
      Last Post: August 7, 2011, 7:02 PM
    4. Attachment uploading permissions error
      By Moses in forum VaultWiki Questions
      Replies: 3
      Last Post: January 9, 2011, 12:27 AM
    5. Images
      By Blue6995 in forum General Discussion
      Replies: 7
      Last Post: April 6, 2010, 2:21 PM

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