| 
 Posted by lkrubner on 11/02/05 16:17 
My boss gave me this assignment: 
 
"Change all the URLs on our website so that they no longer look like 
dynamic URLs. Make them look like folders." 
 
I spent all yesterday studying Apache mod_rewrite so now I think a url 
like this: 
 
http://www.mydomain.com/category/50/ 
 
gets internally, invisibly changed to 
 
http://www.mydomain.com/index.php?category=50 
 
so that our PHP scripts still see a pass parameter called "category" 
that in this case would have a value of 50. 
 
But how do I redo all the URLs that are there on our webpages? The site 
is done in Smarty. Does anyone know the easiest place to change output 
in Smarty? I don't know much about it. 
 
If there is a better forum on the web for discussing issues related to 
Smarty, I'd be grateful if someone could point me to them. 
 
tia, 
 
lawrence
 
  
Navigation:
[Reply to this message] 
 |