Forum

Hiding index.php on address bar.

Kapageridis Stavros
21 October 2013, 21:40
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

Hope i give you to understand what i need.

Regard's

Hiawatha version: 9.2
Operating System: Ubuntu 12.04
Hugo Leisink
21 October 2013, 21:54
Tried URL rewriting via the urlToolkit?
Kapageridis Stavros
21 October 2013, 21:56
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
}
This topic has been closed.