mh, it should work, but i need help.
because my pixelpost is not installed in the domainroot, first i changed the "RewriteBase /" from to "RewriteBase /foto".
But only the image urls are shown in the right way like "http://mysite/38", the link to the "archive" or the "about"-page gets redirected back to the index ... what i did wrong?
not working, loses whole site. get response, file not found seorewriter.php not found.
Spoke to soon, not workin after all. I know url rewrite s possible with my setup as I use it on the file host potion of me site. That uses only this short code.
RewriteEngine On RewriteRule ^([0-9]+)/(.+)$ ../file.php?userid=$1&file=$2 [L,NC]
Which turns this http://url.com/host/file.php?1=public?imageid
note## (public?imageid may not be right, forgot what is was before rewrite. (:)into
http://url.com/host/files/1/public/imagid.jpg