Page redirectors needed

Started by Tripredacus, January 30, 2012, 01:08:07 PM

previous topic - next topic
Go Down

Tripredacus

You probably should write in an Apache rule to redirect all traffic attempting to go to shmax.com/Forums to shmax.com/forum. The reason for this is that my bookmark to the old forum still exists as a path but there is an access denied message. Any other attempts to get to the site, I get a 404. For example, the first search result on Google for "shmax forum" goes to a 404 because it still has the old URLs as results.

Wajo357

yes... I stumbled upon the new forum after a few days getting error messages from my bookmartk.
<a href="http://www.shmax.com/img/sigs/signature.swf?user_id=853" target="_blank" class="new_win">http://www.shmax.com/img/sigs/signature.swf?user_id=853</a>

shmax

Ah, that's a good idea--I didn't even think that people might have the forums bookmarked. I'll do it tonight, thanks, guys...

shmax

Alright, I've put in a rewrite rule, so that the old /Forums links should still work. Can one of you bookmark'ers please verify? Thanks much, guys.

Wajo357

I deleted the old one... sorry
<a href="http://www.shmax.com/img/sigs/signature.swf?user_id=853" target="_blank" class="new_win">http://www.shmax.com/img/sigs/signature.swf?user_id=853</a>

Tripredacus

There is an error in the redirector, which I've IMed to Shmax. A // shows up, and still tries to go to the old viewforum.php handler which probably doesn't exist in SMF. It looks to be that SMF uses an index.php handler, so 404s still may show up. To do your own testing, type this into google to get some results:

Code Select
"shmax" forum

Go Up