Changed Subforum Url and know I get no access to this subforum

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zuendy
    New Member
    • Jul 2011
    • 10
    • 5.2.x

    Changed Subforum Url and know I get no access to this subforum

    Hi,
    I transfered a vb4 to vb5 (it's german)

    I had some mutated vowel in my titels an also in url's. So I thought change it, because it got some trouble with my redirects from vb4 to vb5 urls.
    But now, I can't make this to unmake.

    I changed a letter in the url from
    PHP Code:
    ß 
    to
    PHP Code:
    ss 
    but get
    PHP Code:
    ss%9F 
    Now it is impossible to start Click image for larger version

Name:	header.jpg
Views:	74
Size:	50.9 KB
ID:	4359868 the template editor, it redirected now to mainurl.
    I start in backend cache deleting / used the service function.. I have now ideas.. and no backup
    I looked in the database, but don't find anything. Can anybody help me?
    Where I can delete this new template version?
    RCSKY.de | Final-RC.de
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74161

    #2
    Please follow these steps:
    1. Make a backup of your database.
    2. Upload your /core/install folder.
    3. Upload tools.php from your do_not_upload folder to your /core/admincp folder.
    4. Load tools.php in your browser.
    5. Run the Route Fixing Tool.
    6. Delete tools.php
    7. Delete /core/install
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • zuendy
      New Member
      • Jul 2011
      • 10
      • 5.2.x

      #3
      Fantastic! It works! Thanks a lot.

      I have a second problem, I know also it's not your problem. But I don't know what's the reason, why it works in all other subforum, but not in this.
      Maybe, anybody could a look..

      VB4 worked with vbseo. I use this redirect:

      PHP Code:
      RewriteRule [^/]+/[^/]+-([0-9]+)/ http://domain/showthread.php?t=$1 [L,R=301] 
      as first step to rewrite to vb4 urls and after them I used your routings.

      I works for all subforums, without ones and whose subforums and threads.

      So I thought I could exclude this folder with

      PHP Code:
      RewriteCond %{REQUEST_URI} !^/(grossmodelle)(/.*)? 
      PHP Code:
      RewriteCond %{REQUEST_URI} !^/(großmodelle)(/.*)? 
      and set this after

      PHP Code:
      RewriteRule [^/]+/[^/]+-([0-9]+)/ http://domain/showthread.php?t=$1 [L,R=301] 
      and tested it also before, but nothing. I get always a redirect to "showthread.php?t=5"

      Have somebody a idea?
      Last edited by zuendy; Tue 22 Nov '16, 12:41pm.
      RCSKY.de | Final-RC.de

      Comment

      Related Topics

      Collapse

      Working...