suhayda
05-21-2004, 04:49 PM
I am running into a little SEO problem with my php generated pages. The search engines don't like the variables in the back of the URL ( ?name=xyz) I have decided to keep my pages dynamic, but the way I do it is by having a php page called file.php and then all this file has is something like includefile "anyfile?name=xyz" I basically pull in a dynamically created page into a staticly named page.
This is fine with 20 or even more files.
I now want to do an entire directory for about 50K entries. I can't manually generate those files. So I was wondering if there any tools or scripts out there, that I can run which will automatically generate the files for me. The file names need to come from a database or excel, whatever works.
Any ideas how to do this a smarter way>
thanks
This is fine with 20 or even more files.
I now want to do an entire directory for about 50K entries. I can't manually generate those files. So I was wondering if there any tools or scripts out there, that I can run which will automatically generate the files for me. The file names need to come from a database or excel, whatever works.
Any ideas how to do this a smarter way>
thanks