Hi, i need to know if there is possible to hide the file index.php from the address bar. For example i set the the application to a domain and it runs under http://ww.domain.tld/chat/index.php , so far so good. Now i have a client's request , if there is possible to make this link looks like http://www.domain.tld
Can you give me an example Hugo? I cant understand the rewriting through urlToolKit and i like to undestand it. If there is no problem make an example please. Thank you very much.
Mustafa Ramadhan
22 October 2013, 16:46
I think it's related to my work in Kloxo-MR.
Read http://www.hiawatha-webserver.org/forum/topic/1509 especially 'ToolkitID = permalink'
Hugo Leisink
22 October 2013, 23:14
With a little effort I'm sure you could have figured this out, but here it is:
UrlToolkit { ToolkitID = my_rule Match ^/$ Rewrite /chat/index.php }