| 
	
 | 
 Posted by CAH on 04/09/07 18:59 
> With mod_rewrite. 
> 
> With that you can setup Apache to do this: 
> 1) incoming URL:www.site.com/en/page1.php 
> towww.site.com/page1.php?lang=en 
> 
> You can set up your own rules (using regular expression). 
> 
> In that way you do not have to really create all these pages, but they 
> become virtual. 
> You only have to make page1.php pick up the $_GET["lang"] and make decisions 
> for your query based on that. 
 
Excellent advice, can Google register that one uses mod_rewrite, or is 
it none the wiser? Can search engines have something agains this 
solution? 
 
Best regards 
Cah
 
  
Navigation:
[Reply to this message] 
 |