|
|
 |
RE: FN-FORUM: Puzzled
date posted 21st January 2005 22:55
They may well be using rewrite in apache to 'redirect' requests to the
.htm pages to the php page. If so this will probably be done for search
engine friendliness. You can do the same if the new host is apache and
supports it, or use an alternative method like error document to achieve
the same thing. Alternatively you could alter the links to point at the
php version but retain the search engine friendliness by using a link
like index.php/aboutus_front and changing the php to pick up the
variable from path info.
HTH,
Dai
TechnologyAngel
http://www.technologyangel.co.uk/
> -----Original Message-----
> From: PAMELA WHITTAKER [EMAIL REMOVED]
> Sent: 21 January 2005 19:54
> To: FN-FORUM / [EMAIL REMOVED]
> Subject: FN-FORUM: Puzzled
>
>
>
> I am puzzled. I am in the middle of moving a site that we
> have taken over to
> a new Host and I am getting 404 messages when I click on the
> Navigation
> buttons at the top of the page. These say:-
>
>
>
>
> ABOUT US
> CONTACT
>
>
> about_us.htm and contact.htm don't exist or at least we
> havn't been given
> them but the Live site works. What does work is
>
> href="./index.php?action=aboutus_front">ABOUT
> US
> href="./index.php?action=contact_front">CONTACT
>
> Is it possible that there is something on the server that
> changes the links
> and what could it be?
>
> The live site is www.villavideos.com and the one that doesn't work is
> www.villaeyes.com
>
>
> Thanks
> Pam
>
>
> --
> Freelancers, contractors earn more with Prosperity4
> Call 0870 870 4414 or visit www.prosperity4.com
> and benefit from Inland Revenue approved expenses today.
>
> To advertise here: http://www.freelancers.net/advertising.html
>
> |
 |
|