Is it possible for phpwcms to generate url's which are based on the site structure.
for example:
www.domain.com/category_a/
www.domain.com/category_a/page1.phtml
www.domain.com/category_a/page2.phtml
www.domain.com/category_b/
www.domain.com/category_b/category_b1/page1.phtml
www.domain.com/category_b/category_b1/page2.phtml
www.domain.com/category_b/page2
logical site structure / url's
Re: logical site structure / url's
Without some hacks it isn´t.
Knut
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Re: logical site structure / url's
How would I go about these hacks?
Which hacks?
Which hacks?
Re: logical site structure / url's
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 ?)
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 ?)
Re: logical site structure / url's
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/
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/