hi,
I again run ashore by URLs I donĀ“t grok that anyhow - or forget it ...
it should be something like:
the start-page:
domainname.de/
the secondary site of the parent start-page:
domainname.de/site.html
---
but it is on the first start-page:
domainname.de/.html
(where ist the 'index' gone, or why not skip .html?? from the options)
and one secondary site of the parent home-site is:
domainname.de/index/site.html
(what makes the 'index' here??)
---------------------------------------------------
my permalink is
%nondefaultlanguage%/%parent%/%slug%.html
---
and my .htaccess-injection is
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^/?$ de/ [R,L] # redirect to language of your choice
RewriteRule ^(de|en|fr)/(.*)$ $2?lang=$1 [QSA,DPI]
RewriteRule ^(.*);(\d+)([^\d/][^/]*)?/?$ $1$3?page=$2 [QSA,DPI] # for use with pagify plugin
#RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
RewriteRule /?([A-Za-z0-9_-]+)\.html$ index.php?id=$1 [QSA,L]
RewriteRule ^ index.php [L] # for everything else show home page
---------------------------------------------------
I'm not to familar with this rules ... why that happens??
can somebody help me - or give me a hand / has an idea, please?
Template: Cardinal, with
best, Bell
I again run ashore by URLs I donĀ“t grok that anyhow - or forget it ...
it should be something like:
the start-page:
domainname.de/
the secondary site of the parent start-page:
domainname.de/site.html
---
but it is on the first start-page:
domainname.de/.html
(where ist the 'index' gone, or why not skip .html?? from the options)
and one secondary site of the parent home-site is:
domainname.de/index/site.html
(what makes the 'index' here??)
---------------------------------------------------
my permalink is
%nondefaultlanguage%/%parent%/%slug%.html
---
and my .htaccess-injection is
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^/?$ de/ [R,L] # redirect to language of your choice
RewriteRule ^(de|en|fr)/(.*)$ $2?lang=$1 [QSA,DPI]
RewriteRule ^(.*);(\d+)([^\d/][^/]*)?/?$ $1$3?page=$2 [QSA,DPI] # for use with pagify plugin
#RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?id=$1 [QSA,L]
RewriteRule /?([A-Za-z0-9_-]+)\.html$ index.php?id=$1 [QSA,L]
RewriteRule ^ index.php [L] # for everything else show home page
---------------------------------------------------
I'm not to familar with this rules ... why that happens??
can somebody help me - or give me a hand / has an idea, please?
Template: Cardinal, with
PHP Code:
<?php get_i18n_navigation(return_page_slug(FALSE),0,10,$show=I18N_SHOW_NORMAL); ?>
best, Bell