Thread: Rewriting URL
View Single Post
  #2 (permalink)  
Old 07-25-2010, 12:47 AM
varan427 varan427 is offline
Junior Member
 
Join Date: Jul 2010
Posts: 1
varan427 is on a distinguished road
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).
Reply With Quote