site structure

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
oops
Posts: 35
Joined: Tue 18. Nov 2003, 01:14
Contact:

site structure

Post by oops »

i want create two index.php files in the site structure
is it possible?
forexample:
/de/index.php
/eng/index.php

i'm using two languages...
maybe you have any ideas how to make it?
oops
Posts: 35
Joined: Tue 18. Nov 2003, 01:14
Contact:

Post by oops »

Code: Select all

 - index (website start)
   - de (alias this category: de "/index?de" )
     - page (alias this category: de_page "/index?de_page" )
   - en (alias this category: en "/index?en" )
     - page (alias this category: en_page "/index?en_page" )
i did... :roll:
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

No this is not possible. If you want to use something like this you have to use 2 phpwcms installations :(
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
Oliver Georgi
Site Admin
Posts: 9919
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Yes that is what I would do. But I will change menu creation so that every language feels like a separate site.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply