Loading...
 
Skip to main content

Features / Usability


removing the "tiki-index.php?" from URL

posts: 55

Is there an ADMIN setting that allows the "tiki-index.php?" to be removed from the URL (to make it shorter and more suitable for emailing)

PeterE

posts: 4664 Japan

> Is there an ADMIN setting that allows the "tiki-index.php?" to be removed from the URL (to make it shorter and more suitable for emailing)

No, afraid not. You can get rid of the "tiki-" in the URLs by using Apache rewrite rules or by going through all the Tiki files and editing the references. I believe there are wiki pages on both procedures here at tw.o.

-- Gary - themes.tw.o


posts: 1092

You can implement sefurls (rewrite rules + smarty outputfilter)
The rewrite rules are enough for your email problem
You have already in the file _htaccess in your tikwiki root directory that you need to copy the lines into .htaccess (hoping your hosting allows that..)
To not create links with tiki-index.php, you can use a smarty outputfilter as described in various page as SEFURLs
like this instead of www.domain.com/tiki-index.php?page=WhatEver will be www.domain.com/WhatEver.
With the output filter no need to edit all the tikiwiki page.

sylvie