Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
I have two .php files (index.php and page.php).

On page.php i'm using nested pages and generating all menu and complete site, when i make pretty urls from .../couch/gen_htaccess.php i got urls for example it looks like:

Code: Select all
test.site.com/en/page/products/. 


My question is can i make this link to look like something like that without page?

Code: Select all
test.site.com/en/products/


Tnx for help.
Template like index.php or blog/index.php automatically get their 'index' portion removed automatically from prettyURLs e.g. a page named 'products' of index.php template will show up as "test.site.com/products/" - which is what you are asking for.

I'd suggest you please refactor your design and use an 'index.php' template (instead of the current 'page.php') to create the site structure.

Hope this helps.
2 posts Page 1 of 1
cron