Robert
|
| Posted: 02/11/2002, 5:26 PM |
|
I've been looking at the Forums demo to see if it can be extended to meet my needs. One thing that I'd like to do is increase exposure to search engines. I think one way to do this would be to create an html file each time a new record is created. Ideally, the html file would be exactly like the page that is served to a user when they select a message thread from the topics list on the index page. Also, it would be nice if that html page were updated when new messages are added to the thread so it truely reflects the current status of the database. I could write this from scratch, but don't see how to do so in CC.
Any thoughts ?
Thank you in advance !
|
|
|
 |
Alex Alexapolsky
|
| Posted: 02/12/2002, 1:33 AM |
|
check it out http://www.phpbuilder.com/columns/tim19990117.php3
|
|
|
 |
Alex Alexapolsky
|
| Posted: 02/12/2002, 1:33 AM |
|
If you use PHP + Apache there is a good technique to expose dynamic page
to search engines by making page params look like irectpry names , e.g.
alex.php?test=24 url will look like alex.php/test/24, search phpbuilder.com
for this article.
If you wanna write to a file then just use after update event,
there you can place a usual code that will create a file
|
|
|
 |
|