Removing the _list.php for the weblink |
3/16/2009 4:19:29 PM |
PHPRunner General questions | |
O
oodya author
Hi all, |
|
D
|
Denton 3/16/2009 |
Hi all, May sound like a bit of a silly question. I have created a test page. Everytime I want to access it - I have to type www.(domainname).com/test_list.php'>www.(domainname).com/test_list.php. Is there anyway to remove the _list.php - so I can access it by typing www.(domainname).com/test? Any help is appreciated. Thanks,
|
O
|
oodya author 3/16/2009 |
Thanks for your reply. The main reason I am asking is that when I make the site live, it is a bit long (and a bit unprofessional) asking customers to put the _list.php, when I could tell them to put domainname.com/test. You could simply bookmark it. Dton |
![]() |
Sergey Kornilov admin 3/16/2009 |
It works this way by default. PHPRunner generates index.htm file that redirects user to the first page of your application (test_list.php in your case). |