Page is a not externally linkable
- Hardware and OS Related Technologies
-- Website Technology Issues
---- Website in 2 languages. Use SSI?


beggo - 5:59 pm on Mar 25, 2009 (gmt 0)


If you do not like machine translation that possible else do what wrote idfer, for instance -

.htaccess ::

<!--RewriteEngine on-->
<!--RewriteRule ^.htaccess$ - [F]-->
<!--RewriteRule ^goto/$ goto/index.php-->
<!--RewriteRule ^(.*).htm$ index.php-->
<!--RewriteRule ^(.*)/$ index.php-->

index.php ::
<!--$url=$_SERVER['REQUEST_URI'];-->
<!--$url= explode("/",$url);-->

if it is necessary that splits further
<!--$url[2]= explode(".",$url[2]);-->

well and below that has described idfer

<!--if $uri=="/indexen.html"> header("Location: en/index.html");-->
<!--if $uri=="/indexfr.html"> header("Location: fr/index.html");-->

well or something in this spirit
want good luck!


Thread source:: http://www.webmasterworld.com/website_technology/3806732.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com