aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/po:__apache_config_serves_index_directory_for_index.mdwn
diff options
context:
space:
mode:
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>2011-04-05 07:07:28 -0400
committerJoey Hess <joey@kitenet.net>2011-04-05 07:07:28 -0400
commitd6708441f2930953a0c451fb1edd86ba110b9a8f (patch)
tree756fa05774d7e449578e35962ab9c65b85f2f532 /doc/bugs/po:__apache_config_serves_index_directory_for_index.mdwn
parent79c1a0955820087a418774295e3381b848013cfc (diff)
downloadikiwiki-d6708441f2930953a0c451fb1edd86ba110b9a8f.tar
ikiwiki-d6708441f2930953a0c451fb1edd86ba110b9a8f.tar.gz
more thoughts
Diffstat (limited to 'doc/bugs/po:__apache_config_serves_index_directory_for_index.mdwn')
-rw-r--r--doc/bugs/po:__apache_config_serves_index_directory_for_index.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/po:__apache_config_serves_index_directory_for_index.mdwn b/doc/bugs/po:__apache_config_serves_index_directory_for_index.mdwn
index 7a0e42b90..fd7cd518c 100644
--- a/doc/bugs/po:__apache_config_serves_index_directory_for_index.mdwn
+++ b/doc/bugs/po:__apache_config_serves_index_directory_for_index.mdwn
@@ -70,3 +70,16 @@ directory, rather than the site's index page!
>>> web servers need to be configured differently to serve translated
>>> and non-translated sites. The current apache configuration for po
>>> can be used with non-po sites and they still work. --[[Joey]]
+
+>>>> I am vulnerable to the same problem because I use MultiViews, though I don't use the `po` module;
+>>>> I have to serve both Australian English and American English for my company's website
+>>>> (for SEO purposes; certain words that relate to our products are spelt differently in US and Australian English, and we need to be able to be googled with both spellings).
+>>>> I'm just fortunate that nobody has thought to add attachments to the front page yet.
+>>>> I raise this to point out that this is going to be a recurring problem that won't necessarily be fixed by changing the `po` module in isolation.
+>>>>
+>>>> One could argue that "index" is already a special case, since it is the top page of the site.
+>>>> Things like parentlinks already use a special case for the top page (checking the variable HAS_PARENTLINKS).
+>>>> Likewise, when --usedirs is true, index is treated as a special case, since it generates "index.html" and not "index/index.html".
+>>>>
+>>>> Unfortunately, I'm not sure what the best approach to solving this would be.
+>>>> --[[KathrynAndersen]]