Questions tagged [mod-alias]

Apache module providing namespace configuration & redirection.

mod_alias is an Apache HTTP Server module that provides mechanisms to map URL paths to directories on the filesystem or external (browser-based) redirections to other URLs.

211 questions
-2
votes
1 answer

Redirecting 400 URLs with Apache

I need to permanently redirect about 400 URLs. What's the best way to go about it? The most obvious solution would be to add 400 lines of "Redirect 301 old-url new-url" to .htaccess. Is there a better way? Example URLs: 50 of these: /category ->…
pandronic
  • 631
  • 2
  • 9
  • 21
1 2 3
14
15