Forum Moderators: coopster
I have seen phpBB forums with static looking pages getting spidered by search engines. I believe the rewriting of the URL is done with mod_rewrite from Apache servers.
Is it possible to rewrite the URL in such a way that the thread topic will be seen as the filename of the page? I would think that querying the database from the .htaccess file is needed? So the URL for a particular thread would then be:
[example.com...]
instead of
[example.com...]
Any help would be GREATLY appreciated!
Thanks
so they would end up something like
http://www.example.com/phpBB/646525.htm
this thread covers basics
An Introduction to Redirecting URLs on an Apache Server [webmasterworld.com]
and as of 2 months ago, googlebot has gone mad in our forum - been spidering and indexing LOADS.
has nothing to do with the dynamic / static URLs, simply with the mod which we installed.
well worth investigating!
There is at least one hack for checking the user agent and eliminating the session ID. If you haven't checked out the discussion of spidering issues at their own forum, do that. Lots of confusion, naturally, but the key things seem to be stripping the session ID and, if you can do it, rewriting the URL.