|
|
|
|
|
by mseebach
6523 days ago
|
|
No, but mod_rewrite is not the only way of implementing it. In the mentioned case, index.php would implement a front-controller.
mod_rewrite is black magic, and will fail without suggesting why, just throwing a 500 Internal Server Error. Debugging a front controller in PHP (or whatever) it much easier. |
|