I just installed PHPKImageHost in my http://www.veja-fotos.com
I want a simple, tiny URL so I would love to use http://www.veja-fotos.com/2 instead http://www.veja-fotos.com/view/2
I think I need to change .htaccess in order do to that, but I dont know how to do that. Here is the .htaccess content:
CODE
RewriteEngine On
RewriteRule ^image/(.*).jpeg display.php?id=$1
RewriteRule ^thumb/(.*).jpeg thumbdisplay.php?id=$1
RewriteRule ^view/(.*) viewer.php?id=$1
RewriteRule ^image/(.*).jpeg display.php?id=$1
RewriteRule ^thumb/(.*).jpeg thumbdisplay.php?id=$1
RewriteRule ^view/(.*) viewer.php?id=$1
I must to change the last line.
Can someone help me?
Thanks in advance
Celson
