• We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
S

Old apache redirects ---> Nginx redirects

  • Thread starter Thread starter stanleyb23
  • Start date Start date
S

stanleyb23

Guest

I have moved my forum from apache to nginx. It's working great but there's one thing i d like to fix.
My old rewrite rules are not working now. There are still a lot of extarnal links to my forum and they get 404's now.

What's the best way to solve this?

Thanks for your help!!
Ralf

Code:
Code:
<IfModule mod_rewrite.c> RewriteEngine On # MattW RewriteRule ^about([0-9]+)\.html /Forum/topic/$1/ [L,R=301,NC] RewriteRule ^(.*)\-t([0-9]+)\.html /Forum/topic/$2/ [L,R=301,NC]...

Read more

Continue reading...
 
Similar threads Most view View more
Back
Top