PDA

View Full Version : Really Weird Site View and Same Happening....


R-n-R
09-04-2004, 02:36 PM
OK, this is really weird.

The home page isnt being updated. Example, www.karttheft.com/index.php is not being changed any time a change is made to the "Home" page.

However the change IS Being made to this url:
http://www.karttheft.com/index.php?customernumber=748228557784872&pr=Home&=SID

In fact one has to Click on the Home page button on the site to see the real home page. Go take a look and you will see what I mean.

What is the problem here? How is this fixed?

R-n-R
09-04-2004, 03:02 PM
After further review the following files in the root directory are showing the old files that should of be updated long ago, many changes have taken place, these files are:

/index.php
/indexphp.html
/Indexphp.html

If one navagates direct to these files the correct and updated home page shows up:

/home.html
/Home.html

Which as I can tell is the link of the HOME button on the web site, it links to the above to home pages.

Any idea whats causing this?

Cameron Allen
09-06-2004, 06:59 PM
The default page for your site is Home Page not Home. Soholaunch treats a page called Home as a normal site page.

Use the search and replace table, and find:
onclick="navto('Home')

and replace with:
onclick="navto('Home_Page')

Of course you must rename your page called Home, to Home Page, you can do this through page properties when editing the page.

R-n-R
09-07-2004, 02:18 AM
Cameron, its really late as I type this, so forgive for overlooking the obvious. But what file am I looking for to do the following?

Use the search and replace table, and find:
onclick="navto('Home')

and replace with:
onclick="navto('Home_Page')

Cameron Allen
09-07-2004, 02:46 AM
Go into Database Table Manager and select the UDT_Search_And_Replace Table and add a record to that table. There are two fields, the Search For, and the Replace With.