![]() |
Quote:
|
Quote:
hope you get my problem |
Hey, so if you had the url_rewriting on for a while, and then turn it off. It's obviously going to do something with the search engines right?
Is there anyway to put a 301 redirect from "something-1231.htlm" back to "showthread?t=1231" ? Otherwise I'm going to be hit pretty hard in terms of search engines right? |
Quote:
Code:
RewriteRule ^([a-z0-9-]*)-([0-9]*)\.html$ /forum/showthread?t=$2 [R=301,L] |
Well, if I hit up :
http://www.writersbeat.com/obscene-a...ty-t10444.html with this Quote:
If I remove the zoints rewrite rules, I get a 404... Also, what should the zseo setting be set for 301 redirects? Should I turn that off? thx, btw. |
Quote:
Code:
RewriteRule ^([a-z0-9-]*)-([0-9]*)\.html$ /showthread.php?t=$2 [R=301,L] |
Hmm, whatever I try it still goes to a 404 or "No Thread specified. If you followed a valid link, please notify the administrator"
|
Quote:
Code:
RewriteRule ^([a-z0-9-]*)-t([0-9]+)\.html$ /showthread.php?t=$2 [R=301,L] |
omg, you rule :)
So, that will take care of both of these rules? Quote:
ahh, yeah, like take this: http://www.writersbeat.com/writing-markets-f59p3.html That fails :( 404 error. p.s really appreciate the help. I'll send paypal your way. Forum url's are also 404'd |
take this code:
Code:
RewriteRule ^([a-z0-9-]*)-t([0-9]+)\.html$ /showthread.php?t=$2 [R=301,L] |
All times are GMT. The time now is 05:03 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|