My host (netfirms) isn't configured for mod rewrite so I can't use it. Is there anyway to use php to rewrite URL's? At least is there a way to get rid of spaces... something like this: $%20 = "_"; That doesn't work but I'm looking for something similar that might. Thanx.
You can have ur htaccess file set to consider everything as php and then can parse the URLs with URI parsing. A good example for a script which use this technique is Duncan's LMA.