Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - G4

Pages: [1]
1
the problem is, that google has always two versions of every page in the index.
www.domain.de/search.htm?search_user=G4
www.domain.de/search.php?search_user=G4

or

http://www.domain.de/img1562.search.htm
http://www.domain.de/img1562.htm

the problem is the duplicate content, because img1562.htm and img1562.search.htm are exactly the same pages. what can i do against it?

2
Hi @all,

its some months ago, that i have been here on this forum. my webgallery works fine now, thanks to all of you (especially jan and v@no).
But i got a new serious problem. iīve installes mod rewrite and so i got duplicate content in google, now. the biggest problem seems to be the search.htm.

for example:
www.domain.de/search.htm?search_user=G4
www.domain.de/search.php?search_user=G4

or

http://www.domain.de/img1562.search.htm
http://www.domain.de/img1562.htm


i found this in this thread, does this solve my problem?

or another alternative replace in search.php:
Code:
    show_image($image_row, "search");
with:
Code:
    show_image($image_row);
(I think this is better Wink)

3
does mod rewrite change the files on the server?
or are the *.htm files only temporary created? iīm afraid of destroying my files with this mod

4
http://www.4homepages.de/forum/index.php?topic=6622.0

but i havenīt tried it, yet

but i will this weekend

7
a situpid question :?

i made all the changes, but how can i see that it is working?

8
i asked first.  :D
http://www.4homepages.de/forum/index.php?topic=6622.0

but nobody seems to know any :cry: answer

9
question 1 seems to be the same like my question in the other thread. am i right?
http://www.4homepages.de/forum/index.php?topic=6622.0


12
yeah, i found the old topic 2 hours before all has been deleted. i had the topic on my screen and then i left the computer for 2 hours. as i returned i hit the refresh button and then i saw the 2 images of this little b....

13
i want that, if the users upload images, a small thumbnail, a middle Detail picture and a big picture for download will be created.
at the moment i got the small thumbs and the big download pic. on the detail page there is shown a small version of the big picture. but this pic isnīt really resized. it looks only smaller but loads as long as the original image. i found this on the site  pixelquelle.de. does anybody know how they did it?

14
does anyone know how to optimize 4 images?
i found this on the net. does this help?

http://www.vierstra.com/forum/webmaster-forum.php/f/4/sid/aea22dfb5fcb6d52afd6bc463d12fffe

15
how can i create smaller detail pictures to save bandwidth. at my site users can upload very big pictures but this makes a lot of traffic. i want the detail pic to be smaller (around 600 pixel). Only if the user i clicking on the download button he can get the original picture.

at the moment my detail pictures have only the width of 600 pixels, but the kb size is the same like the original image.

i hope you understand my problem and sb can help me

Pages: [1]