Tagged Questions
4
votes
2answers
2k views
mod_rewrite or mod_alias?
I have a server, it's httpd.conf already has some "RedirectMatch permanent" directives in it.
I'm not that familiar with mod_alias, I've only ever used mod_rewrite.
What's the basic difference? I ...