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?
Help with Mod_rewrite
Re: Help with Mod_rewrite
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...
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
Okay?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...
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