Forum Moderators: open

Message Too Old, No Replies

PHP pages: Will this be listed?

Recently reprogrammed into php

         

headster

11:23 am on Jan 29, 2003 (gmt 0)



After a recent update my site has switched to php. This caused some problems with pages not being listed in Google.
It has a few hundred procucts all on their own pages so
will this page make it in:

www.domain.com/product.php?productno=35

Thanks

Headster

ukgimp

11:29 am on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello Hedster

Welcome to WebmasterWorld

Pahe with th typoes of urls are listed in google without too much trouble. You will run into problems the more parameters you hav, try and keep it to one.

You could use the rewrite module to make them look static if you fancy a challenge.

eg:

www.domain.com/product/35.htm

or similar

Try a search at the top of the page for mod rewrite to see what you are up against. Your example should not be too difficult.

Cheers

Nick_W

11:32 am on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Or even like this:

www.domain.com/product/35/ [promotionbase.com]

Nick

headster

11:36 am on Jan 29, 2003 (gmt 0)



Thanks, are there any pages I can point my tech to regarding this?

Nick_W

11:37 am on Jan 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The Link Above! ;)

Nick

headster

11:52 am on Jan 29, 2003 (gmt 0)



Ooops!..Thanks again.