PDA

View Full Version : Home button does not point to main page


Danielle
12-07-2004, 02:33 AM
I don't know if that makes any sense...when I open my website, it goes to my main website page. When I click on the Home button, it goes to www.simplybeagles.com/index.php. But the index page is not the same as the page that comes up when you initially open the site. If this still doesn't make sense, go to www.simplybeagles.com and note what the main page looks like. Then click on the Home button and look at what that page looks like.

Thanks!
Danielle

Cameron Allen
12-07-2004, 05:30 PM
This is most likley because you renamed Home Page to Home. Home Page is going to default as your sites index. If you want to change Home Page to Home on the menu you can do this and still have the page be named Home Page. To do this go to database Table Manager and select the UDT_SEARCH_AND_REPLACE table. Now add an entry to that. In the first field put:
VALUE="Home Page"

In the second field put:
VALUE="Home"

Then save. What this does is edit the html output of your site so that your automenu displays Home instead of Home Page. Let me know if this solution works for you.