search not working

Register to hide this ad
It seems the URL format has changed.

There has apparently been a URL format transformation that is causing the issue. I don't know whether this change is transient or if this is just the Way It Will Be Forever.

Here's an example of the standard, old-style links (like the search results display):
Code:
http://www.toyota-4runner.org/5th-gen-t4rs/88268-quick-question-newbie-here-re-moonroof-sunroof-button.html

This will 404 and redirect you back to the main page. I looked at how the thread links are currently being formatted and correctly guessed how to rewrite an "old style" URL in the new format. Here's an example of the above link, formatted in the "current" manner. I have bolded the important changes:
Code:
http://www.toyota-4runner.org/5th-gen-t4rs[B]-85[/B]/quick-question-newbie-here-re-moonroof-sunroof-button[B]-88268/[/B]

So, you can apply the following steps to an old-style URL to transform it into a functional new-style link:
  1. Determine the subforum ID by looking at the links for the applicable subforum on the main page. (eg. in the case of the 5th gen subforum it is "85")
  2. Tack the subforum ID after the subforum name prefixed with a hyphen. So, 5th gen subforum gets an "-85" tacked on as shown above.
  3. Delete the ".html" from the end of the forum link
  4. Take the thread identifier (in the example this is "88268-") and move it to the end of the thread title, prefixed with a hyphen and suffixed with a "/" (in this example, it became "-88268/")
  5. Load the thread in your browser and savor the juicy post goodness.
Just as an aside, if this forum happened to be running via Apache then this URL format migration could be automatically handled with a simple ModRewrite rule. That would allow the forum to be configured to use the new style URLs *and* still allow the old style URLs to continue working. Basically, ModRewrite would apply these steps automatically via the Apache server.

Then again, perhaps this is just a temporary forum config glitch.
 
Last edited:
There has apparently been a URL format transformation that is causing the issue. I don't know whether this change is transient or if this is just the Way It Will Be Forever.

Here's an example of the standard, old-style links (like the search results display):
Code:
http://www.toyota-4runner.org/5th-gen-t4rs/88268-quick-question-newbie-here-re-moonroof-sunroof-button.html

This will 404 and redirect you back to the main page. I looked at how the thread links are currently being formatted and correctly guessed how to rewrite an "old style" URL in the new format. Here's an example of the above link, formatted in the "current" manner. I have bolded the important changes:
Code:
http://www.toyota-4runner.org/5th-gen-t4rs[B]-85[/B]/quick-question-newbie-here-re-moonroof-sunroof-button[B]-88268/[/B]

So, you can apply the following steps to an old-style URL to transform it into a functional new-style link:
  1. Determine the subforum ID by looking at the links for the applicable subforum on the main page. (eg. in the case of the 5th gen subforum it is "85")
  2. Tack the subforum ID after the subforum name prefixed with a hyphen. So, 5th gen subforum gets an "-85" tacked on as shown above.
  3. Delete the ".html" from the end of the forum link
  4. Take the thread identifier (in the example this is "88268-") and move it to the end of the thread title, prefixed with a hyphen and suffixed with a "/" (in this example, it became "-88268/")
  5. Load the thread in your browser and savor the juicy post goodness.
Just as an aside, if this forum happened to be running via Apache then this URL format migration could be automatically handled with a simple ModRewrite rule. That would allow the forum to be configured to use the new style URLs *and* still allow the old style URLs to continue working. Basically, ModRewrite would apply these steps automatically via the Apache server.

Then again, perhaps this is just a temporary forum config glitch.

I think I speak for all the non-computer savy, non geek types when I say, "Huh???"

:wtf:
 
Clear your cache. Go to the options in your browser to find it. I had a few threads that were still doing that after the admin fix, that's what fixed it for me.
 
The home page must be cached for you. Depending on your browser, either hold Ctrl-key and hit F5 or hold Shift-key and hit F5. Let me know if that works or not.
 

Members online

No members online now.

Forum statistics

Threads
278,306
Messages
3,554,045
Members
248,016
Latest member
Advally Service

Trending content

Back
Top