Skip to main content
edited tags
Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 265
mae it more english
Source Link
umläute
  • 6.7k
  • 2
  • 30
  • 54

I need to redirect an URL with a variable, eg.

http://www.mydomain.com/foo/55555 should go to http://www.mydomain.com/bar/55555 where 55555 is a variable number. I

Do I need to use rediret of rewriteredirect or rewrite?

I need redirect an URL with variable, eg.

http://www.mydomain.com/foo/55555 to http://www.mydomain.com/bar/55555 where 55555 is a variable number. I need use rediret of rewrite?

I need to redirect an URL with a variable, eg.

http://www.mydomain.com/foo/55555 should go to http://www.mydomain.com/bar/55555 where 55555 is a variable number.

Do I need to use redirect or rewrite?

Source Link
stecog
  • 2.4k
  • 11
  • 32
  • 39

Apache: rewrite or redirect?

I need redirect an URL with variable, eg.

http://www.mydomain.com/foo/55555 to http://www.mydomain.com/bar/55555 where 55555 is a variable number. I need use rediret of rewrite?