1

I'm trying to use a .htaccess to Redirect people that are not from a certain IP range.
Redirect is working ok, but I can't figure out how to do both at the same time:
- People within a certain range: access to content
- People outside of this range: get redirected somewhere else

Many thanks for your help

Warnaud
  • 115
  • 5

1 Answers1

1

Have you tried mod_rewrite? For example,

http://blog.e-shell.org/25

dmah
  • 516
  • 3
  • 5