logical site structure / url's

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: logical site structure / url's

Post by flip-flop »

Without some hacks it isn´t.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Omar
Posts: 44
Joined: Thu 10. Feb 2005, 21:55
Location: Netherlands

Re: logical site structure / url's

Post by Omar »

How would I go about these hacks?
Which hacks?
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Re: logical site structure / url's

Post by juergen »

I think thats quite complicated stuff including 3 things needfully lifetime combined

code + .htaccess + Server / vhost

I used these urls with typo3 and replaced it to .html rewrite caused by my server only sometimes went back to the system and once in a while producing a 404 ( you see the interactions ? / being inside a subdir which is no subdir ?)
Omar
Posts: 44
Joined: Thu 10. Feb 2005, 21:55
Location: Netherlands

Re: logical site structure / url's

Post by Omar »

Anyone able to point me in the right direction or willing to provide some help achieving this.
I mentioned using .phtml extensions but this is not really necessary.
As long as I can make the url's based on the structure of the site (in the same way breadcrumbs work)

for example:
http://www.domain.com/category_a/
http://www.domain.com/category_a/page1/
http://www.domain.com/category_a/page2/

http://www.domain.com/category_b/
http://www.domain.com/category_b/category_b1/page1/
http://www.domain.com/category_b/category_b1/page2/
http://www.domain.com/category_b/page2/
Post Reply