|
|
|||||||
| Register | FAQ | Calendar | Radio and TV | NP Shop | Search | Today's Posts | Mark Forums Read |
| Blogging Forum Blogging Discussion Forum, links and tools. |
![]() |
![]() |
![]() |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Active in the Adultbiz since 11/2008
|
Wordpress + redirect googe image traffic?
Hi
i searched, but i haven´t found something. Is there at moment a plugin or code working for wordpress to redirect the google image traffic to a special page? At moment i have the frame breaker plugin installed, but i would like to redirect the image traffic to a special site .... GReets __________________
Work hard 2 be different ;-) |
|
|
|
|
|
#3 (permalink) |
|
Take the gun, leave the cannoli!
Join Date: May 2008
Posts: 1,510
Points: 1,250
|
There was a thread about it just a while ago. It was working on any website, not just WP installs.
__________________
Sex Porn Directory | RCams - The cams affiliate site script | Link Exchange and Traffic Trade Database
|
|
|
|
|
|
#4 (permalink) |
|
Active in the Adultbiz since 11/2008
|
@makesyouclick
thx - ok that was i wanted to hear.... So on any site i can send the image traffic to a special site... But on wp it doesn´t wok. One following question: On my vps server i have several domains. Example: On a domain i have installed wordpress, but i also have some static subpages on that site. like: Website Hosting - Mysite.com -- here is wordpress installed www.mysite.com/livecamsex.html - static page www.mysite.com/livesex.html - static page What code do i need or what do i have to install, that only the image traffic of my subpages is redirected to a special site and has google no problem with it, so that i don´t get penalty with it? greets __________________
Work hard 2 be different ;-) |
|
|
|
|
|
#5 (permalink) |
|
Take the gun, leave the cannoli!
Join Date: May 2008
Posts: 1,510
Points: 1,250
|
The method I was trying is simply using a .htaccess rule to do the work. That means it will work across the whole website (if that .htaccess is located in your website root directory), across any software, across all extensions (.htm/.php/.asp/etc). Sort of:
Code:
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain\.com [NC]
RewriteCond %{HTTP_REFERER} !^$
RewriteRule \.(jpeg|jpg|gif|bmp|png)$ http://myotherdomain.com [L]
And some old threads about it: http://www.netpond.com/blogging-foru...e-traffic.html http://www.netpond.com/blogging-foru...ng-change.html __________________
Sex Porn Directory | RCams - The cams affiliate site script | Link Exchange and Traffic Trade Database
|
|
|
|
|
|
#6 (permalink) | |
|
Active in the Adultbiz since 11/2008
|
ok... but at moment i have one htaccess file on my server - this is for my blogs.
it looks like: Quote:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain\.com [NC] RewriteCond %{HTTP_REFERER} !^$ RewriteRule \.(jpeg|jpg|gif|bmp|png)$ myotherdomain.com [L] </IfModule> # END WordPress Sorry for my question but i don´t know where to put in the code... greets __________________
Work hard 2 be different ;-) |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
![]() |
![]() |