Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a multilingual website that content 5 folders for each language in a server.

Each language folder has it own path url and folder such as inc, css, js folders.
But all of them are in the same root.

With a .htaccess written as:
php_value include_path ".:/var/www/es.mywebsite.com/inc:/usr/share/php" for Espagnese folder
php_value include_path ".:/var/www/fr.mywebsite.com/inc:/usr/share/php" for French folder
ETC...

But I figure it out that all the css are the same for these sites.
And I want one css to be include by these site, instead of every language site folder had it own css.

How can I do it to change it with .htaccess?
Posted
Comments
Sergey Alexandrovich Kryukov 17-Oct-13 11:02am    
Your approach is not clear. The globalization of the site assumes that a user selects the culture to be used while browsing the site. And .htaccess is a static read-only structure...
—SA
Yafa Su 17-Oct-13 11:13am    
Yes, but everything languages had a css file. But I want one css folder outside they root and they include to it.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900