problem when i try to save in showthread template

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • m7shsh
    New Member
    • Dec 2007
    • 22
    • 3.6.x

    problem when i try to save in showthread template

    hello
    i add some code in SHOWTHREAD template

    when i press save buttom it redirect me to out side my forums in other category on my site it is wordpress script

    for example my forums
    m7shsh.com is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, m7shsh.com has it all. We hope you find what you are searching for!


    after save template redirect me to
    m7shsh.com is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, m7shsh.com has it all. We hope you find what you are searching for!


    this problem coming only in this template others template like postbit and header not coming

    help me plz expert people
  • Steve Machol
    Former Customer Support Manager
    • Jul 2000
    • 154488

    #2
    That is from a custom redirect, most likely vBSEO.
    Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
    Change CKEditor Colors to Match Style (for 4.1.4 and above)

    Steve Machol Photography


    Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


    Comment

    • m7shsh
      New Member
      • Dec 2007
      • 22
      • 3.6.x

      #3
      ok how to fix it?

      thanks for your reply

      Comment

      • Trevor Hannant
        vBulletin Support
        • Aug 2002
        • 24358
        • 5.7.X

        #4
        You should review any rewrite rules you have in your .htaccess file to ensure that they're how you want them.
        Vote for:

        - Admin Settable Paid Subscription Reminder Timeframe (vB6)
        - Add Admin ability to auto-subscribe users to specific channel(s) (vB6)

        Comment

        • m7shsh
          New Member
          • Dec 2007
          • 22
          • 3.6.x

          #5
          Originally posted by Trevor Hannant
          You should review any rewrite rules you have in your .htaccess file to ensure that they're how you want them.
          i disable vbseo and seam problem

          this is my vb htaccess
          # 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

          RewriteRule ^([0-9]+)/$ http://www.m7shsh.com/vb/m7-f$1/ [L,R=301]

          # 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 /

          RewriteCond %{HTTP_HOST} !^www\.m7shsh\.com
          RewriteCond %{REQUEST_URI} vb/
          RewriteRule (.*) http://www.m7shsh.com/vb/$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)
          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]
          where is the problem

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...