
Re: How To Use Images On Other Forums
Did you read the STICKY Rewrite Jpg Url-s In Album at the top of this forum ?
yes I read it and tried..
what I want is to rewrite this:
album_pic.php?pic_id=993&user_id=2
to xxxxx.jpg
so I can use it as a jpg...
I tried both
MG's and the sticky...
The htaccess in in my webroot, and forum is : /forum
htaccess looks like this:
##########album rewrite dims
RewriteEngine On
#######RewriteBase /
#########RewriteRule ^pic_([0-9]*).jpg forum/album_pic.php?pic_id=>
#########RewriteRule ^pic_([0-9]*).jpg forum/album_pic.php?pic_id=$1 [L,NC]
< [L,NC]
RewriteRule ^.+-at([0-9]*) forum/album_thumbnail.php?%{QUERY_STRING}&pic_id=>
RewriteRule ^.+-at([0-9]*) forum/album_thumbnail.php?%{QUERY_STRING}&pic_id=$1 [L]
< [L]
RewriteRule ^.+-apic([0-9]*) forum/album_pic.php?%{QUERY_STRING}&pic_id=>
RewriteRule ^.+-apic([0-9]*) forum/album_pic.php?%{QUERY_STRING}&pic_id=$1 [L]
< [L]
RewriteRule ^.+-apm([0-9]*) forum/album_picm.php?%{QUERY_STRING}&pic_id=>
RewriteRule ^.+-apm([0-9]*) forum/album_picm.php?%{QUERY_STRING}&pic_id=$1 [L]< [L]