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 ...
2
votes
1answer
116 views
Wildcard in URL (mod_alias or mod_rewrite)
I need to have URLs such as mydomain.com/whatever, where "whatever" can be any arbitrary string, all call the same php file where it sorts out what to display (or displays a 404). However, I want ...