By auroqn on
Hi
I've the following problem:
I'm using i18n as localization module for my site and i found that when the clean urls are enabled i get Access Denied page while switching languages (actually to polish one - http://my.site/pl). When i head for english website (http://my.site/en) it is working as intended.
The language swithing works flawlessly with clean urls disabled...any idea what is wrong??
i suppose it is issue of my clean urls module, if so, what can i do? if i reinstal this module something wrong happen with my publicated content?
ps. language swith works well if there are allready passed some parameters in url (example admin or node parameter)
auro
Comments
I'am stupid....
I forgot to delete the polish localization 'pl' folder i downloaded and unpacked to root drupal directory.
The apache searched first inside phisical directory ( /pl ) which was proteced form unautorized access by default.
Now, after removing this dir drupal is working perfectly.
So DO NOT put any custom folders inside drupal root directory if you are using clean urls:)
Some explain:
http://drupal.org/node/145227
auro