I installed cmsms-mle-1.4.1-full in the root
I configured in config.php like this:
Code: Select all
$config['assume_mod_rewrite'] = true;
$config['page_extension'] = '.html';
$config['internal_pretty_urls'] = false;
$config['use_hierarchy'] = true;
$config['query_var'] = 'page';
Code: Select all
RewriteEngine On
RewriteCond %{QUERY_STRING} http\: [OR]
RewriteCond %{QUERY_STRING} \[ [OR]
RewriteCond %{QUERY_STRING} \] [OR]
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
RewriteRule ^.*$ - [F,L]
# CMSMS Rewriting
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]+)/(.*)$ index.php?page=$2&hl=$1 [QSA]
standardlanguage is german
When I edit the page-alias in the german version of an article, I get the URL:
Code: Select all
http://www.a-o-m.net/de_DE/Baumaschinen/Verkauf.html
when I edit the english one, the german page-alias is overwritten by that:
Code: Select all
http://www.a-o-m.net/de_DE/Baumaschinen/Sales.html
Code: Select all
Show from DEFAULT_LANG if current lang is not ready
Code: Select all
Force initial DEFAULT_LANG:
what is wrong? You may test it at
www.a-o-m.net/index.php (which is in statu nascendi...)
Please help us out!
Connie
----------------------------------------------
Cms Version: 1.4.1
Installed Modules:
* CMSMailer: 1.73.14
* FileManager: 0.4.1
* MenuManager: 1.5.1
* ModuleManager: 1.2.1
* News: 2.8.2
* nuSOAP: 1.0.1
* Printing: 0.2.5
* Search: 1.5.1
* ThemeManager: 1.0.8
* TinyMCE: 2.4.5
* FCKeditorX: 1.1.0
* Uploads: 1.3.1
* SimpleViewer: 1.0
* FormBuilder: 0.5.3
* SimpleGoogleMap: 1.1
Config Information:
* php_memory_limit:
* process_whole_template: true
* max_upload_size: 20000000
* default_upload_permission: 664
* assume_mod_rewrite: true
* page_extension: .html
* internal_pretty_urls: false
* use_hierarchy: true
Php Information:
* safe_mode: Off (Nein)
* phpversion: 5.2.0-8+etch10
* memory_limit: 32M
* max_execution_time: 30
* gd_version: 2
* session_save_path: Keine Prüfung, da die Beschränkung "open basedir" aktiviert ist
Server Information:
* Server Api: apache2handler
* Server Db Type: MySQL (mysql)
* Server Db Version: 5.0.32
----------------------------------------------