Loading...
 
Features / Usability

Features / Usability


php filenames

posts: 4
is there a way to change the tikiwiki filenames from "tiki-something" to whatever i pick?
posts: 1001 Canada

Hi,
You can achive your goal in part with the RewriteRules allowing you by example to enter http://sitepath/DocBookDev as a short for http://sitepath/tiki-index.php?page=DocBookDev.

This is a partial solution.
If you want more, it will be much more hard, I'm not sure anyone did it yet. You at least need to grep tiki/templates/* for the original filename and replace it everywhere there.
I fear that you will also need to go in (many) other places too, though, so make sure you want to spend some time on it.


posts: 2881 United Kingdom

yes you can.

Ive seen many tiki sites where they have dropped the tiki- from all files

It would be a two stage process. First a grep and perl of the whole tree searching for tiki- and replacing with whatever you choose.
Secondly is to actually rename all the tiki- files including templates to whatever you choose.

Hope it helps and yes, it can be done!