Apache2 rewrite without htaccess
- by inorganik
Reading up on doing url rewrites in Apache2, I found this:
"In general, you should never use .htaccess files unless you don't have access to the main server configuration file.
Okay, great. But there is no information anywhere about how to do it in the server configuration file. So before I mess stuff up, can I safely use the same rewrite…