|
I know that mod-rewrite is really the way to go for rewriting URLs and such (when using Apache), but... I rent webspace on a shared server and cannot directly modify Apache config files. This leaves me with two options:
1). Using .htaccess files (which I have heard have a significant performance impact when used for mod_rewrite).
2). Handle URL rewriting through PHP itself (though this would only be a pseudo rewrite).
|