PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   need a custom mod-rewrite function (http://www.photopost.com/forum/photopost-pro-how-do-i/138589-need-custom-mod-rewrite-function.html)

dreamhost November 28th, 2008 03:59 PM

need a custom mod-rewrite function
 
Basically I am trying to 'fool' alexa and a few other sites into believing that my members view many more pages than they actually do via the slideshow feature.

The problem is that the url for slideshows doesn't change other than the parameters after the file itself.

example:
Quote:

mywebsitenet/photopost/slideshow.php?photo=658&cat=&slideshow=1&slidedelay=10&size=medium
The only thing that is going to change is the photo=variable...

How do I put in an htaccess rule to rewrite it so that it is more like my vbseo?
something like
Quote:

mywebsite.net/photopost/slideshow.php/photo=658/
get the idea?


btw
I'm getting killed by google for having so many duplicate links to my photo's. There are so many different ways of accessing the same photo that it's causing problems. Google thinks I have the exact same content in many different places throughout my website and has dropped my ranking.

Is photopost ever going to fix the spider friendly url issue like vbseo does for vb? I already have the friendly seo turned on my website, but it is still putting the variables outside the file parameter so combinations are almost limitless to the bots. Am I just missing something somewhere?

Chuck S November 29th, 2008 10:42 AM

You really can not without modifying the slideshow to do spider urls which would mean modifying that file and also the showphoto.php as you would need to place conditionals there for slideshow to do spider or not.

The program with urls is additional parameters which offer additional features in a dymamic program which is very hard to make work with google.


All times are GMT -5. The time now is 01:01 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97