Forum Moderators: phranque
I am wondering on how does a search engine reverse engineer a mod written URL?
I had a bunch of mod-written URLs. The variables are sent to a PHP file specified in the .htaccess file. The .htaccess file has permissions set so that it is unaccessible from a browser.
I was going though the logs and found instances from the search bot cuill.com that directly passes GET variables to the PHP file mentioned in the .htaccess. The variables passed match those that are mod-written. These URLs are not search engine friendly and have the? in the URL.
I am curious though, how was cuill able to figure out the variables and the file that needs to be called? The raw bot unfriendly URLs were never listed anywhere.
Is it possible to figure out the bot unfriendly format from a mod-written URL?
TIA
So... in addition to the static-to-dynamic internal rewrite, have you put in place an external redirect to redirect any direct requests for the dynamic URLs back to their corresponding static forms? It's only a little tricky, as long as each form of the URL contains all the information needed to 'build' the other form.
Lots of past threads on that subject here...
Jim