PhpDig.net

PhpDig.net (http://www.phpdig.net/forum/index.php)
-   How-to Forum (http://www.phpdig.net/forum/forumdisplay.php?f=33)
-   -   indexing urls with base64 encoded querystring (http://www.phpdig.net/forum/showthread.php?t=223)

rudeboy 11-16-2003 06:15 PM

indexing urls with base64 encoded querystring
 
hi all

i am testing phpdig for several purposes. setup and indexing of pages was really very simple. seams to be a nice app :)

i experienced troubles by indexing one of my private sites which has a url like the following: ( because of search engines like google :cool: )

Code:

http://www.example.com/index/Y29udGVudD1vdXRwdXRfbGlzdCZhY3Rpb249c2V0YXJyYXkmdmlldz0yJm5hbWU9VS94emMzZGhjM05sY2lBb2QyRnliU2s9JlNJRD03ZDcyY2ZlZjUxNTZlZTc3YjkyMGY1OTQxN2VjMTEyYg==
/index/ is followed by a base64 encoded querystring. links look like this

Code:

<a href="../index/Y29udGVudD1vdXRwdXRfbm9sYW5nZmlsZSZsYW5nPWRlJlNJRD03ZDcyY2ZlZjUxNTZlZTc3YjkyMGY1OTQxN2VjMTEyYg==" title="Fran&Ccedil;ais">
the problem is that only the startpage has been indexed. does anyone have a solution how i can fix that :confused: ?

thanks and have a nice day out there

rudeboy :D

Charter 11-16-2003 11:45 PM

Hi. Off the top of my head, I would say that you would need to base64_decode the query strings before any parse_url and possibly other places in the script and then base64_encode the links for display in the search results if wanted.


All times are GMT -8. The time now is 09:53 AM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.