Page 1 of 1

chnaging form gbook.php to index.php

Posted: Sun Sep 07, 2008 9:56 pm
by AdRock
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

I have changed the name of gbook.php to index.php but when i add a link such as a href="guestbook/">Guestbook</a> it tries to to guestbook/gbook.php

WHy is it doing that and how do i change it?

I am using mod-rewrite that is why i wanty to to change it.

Posted: Sat Sep 13, 2008 10:21 am
by Klemen
Open gbook.php in a text editor (Notepad) and make sure you replace any occurrence of "gbook.php" inside to "index.php". You can use the "Replace" function of Notepad to do it.