Page 1 of 1

Help with Mod_rewrite

Posted: Tue Apr 24, 2012 5:19 pm
by Bekker
Hi guys.
Im trying to do a mod rewrite so it becomes: site.dk/somepage/subpage
And so on...
but if i use the htaccess from the docs folder, and turn on mod_rewrite in config.
i get somthing like: site.dk/somepage.html
and i use the internal, i almost get what i want:
site.dk/index.php/somepage...
but i dont want the index.php to be there.

What do i use, and how?

Re: Help with Mod_rewrite

Posted: Tue Apr 24, 2012 5:33 pm
by Dr.CSS
The old hierarchy setting in config.php has been removed in the 1.10.* series...

This used to give you site.com/parent/childpage.html...

You may be able to add the parent page name in the URL box in the options tab, I've never used that box, untested...

Re: Help with Mod_rewrite

Posted: Tue Apr 24, 2012 5:41 pm
by Bekker
Dr.CSS wrote:The old hierarchy setting in config.php has been removed in the 1.10.* series...

This used to give you site.com/parent/childpage.html...

You may be able to add the parent page name in the URL box in the options tab, I've never used that box, untested...
Okay?
Not sure if you understood what i was looking for.
I need some way to get: site.dk/pageName
With no extentions, and not: site.dk/index.php/pageName