Re: PHP assist please
- From: John Bokma <john@xxxxxxxxxxxxxxx>
- Date: 4 Oct 2005 00:48:56 GMT
Big Bill <kruse@xxxxxxxxxxxxxxx> wrote:
> Hey guys,
>
> one of our lurkers here has given me a site to work on.
> I'm not optimistic I can do it as it looks like it's more or less
> entirely generated by php.
> Observe, the index page consists of this;
>
> <HTML>
> <META HTTP-EQUIV="refresh" CONTENT="0; URL=../cgi-bin/cp-admin.pl">
> </HTML>
>
> Not really much of a template for me to conjure with there, eh lads?
> And I'm not at all happy that the first thing an engine sees is a meta
> refresh with time set to 0.
It looks like the only reason for that being there is to redirect and give
the user an easy to remember URL. Replace it with a mod_rewrite, either a
301 (which is quite similar to what happens now), or with an internal
redirect (which might mean that the admin script has to be tweaked).
--
John Perl SEO tools: http://johnbokma.com/perl/
or have them custom made
Experienced (web) developer: http://castleamber.com/
.
- References:
- PHP assist please
- From: Big Bill
- PHP assist please
- Prev by Date: Re: .htacess - does size matter?
- Next by Date: Re: .htacess - does size matter?
- Previous by thread: Re: PHP assist please
- Next by thread: Re: PHP assist please
- Index(es):
Relevant Pages
|