开发者

want to remove tiki-index.php from URL

I want to remove tiki-index.php from the开发者_开发技巧 url. (at present this looks like http://domain.com/mytiki/tiki-index.php)

I added the line RewriteRule (.*) tiki-index.php to the .htaccess file. it serves the purpose the problem is if I use this, the list of pages in the admin side do not show up.

Please help.

Thanks.

DB


This was added to Tiki7: http://doc.tiki.org/Tiki7

But you can use in previous versions by adding the following at the bottom of your .htaccess

<IfModule mod_dir.c>
DirectoryIndex tiki-index.php
</IfModule>

Reference: http://tikiwiki.svn.sourceforge.net/viewvc/tikiwiki?view=revision&revision=31203

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜