OK, let me try again. Scrolling up and down the page is really messing this up.
The following code in the root .htaccess:
Options +FollowSymlinks
RewriteEngine On
RewriteCond %{QUERY_STRING} photo=(.+)
RewriteRule ^photos/(.*) /photos/index.php?do=photo
cart&viewI
mage=$1 [QSA]
Turns
http://domain.com/photos/xxxxxxx into
http://domain.com/photos/index.php?do=photocart&viewImage=xxxxxxxI used some of my old code but forgot to change bits when I was scrolling up and down looking at your requirements, sorry. Hope this one works though