Member
Member
cqboy2003   2008-07-18, 10:31
#1

I create a empty album or there is only video,and no photo in this ablum,then the album thumbnail will be the "zen-logo.jpg" if "mod_rewrite" is off.it's address like
http://localhost/zp-core/i.php?a=&i=zen-logo.jpg&s=thumb

but if "mod_rewrite" is on ,it can not display exactly ,instead of a red furcation,that means the program does not find the picture "zen-logo.jpg"

the code in ".htaccess"
RewriteRule ^(.)/image/(thumb|[0-9]{1,4})/([^/\]+)$ zp-core/i.php?a=$1&i=$3&s=$2 [L,QSA]
RewriteRule ^(.
)/image/([^/\]+)$ zp-core/i.php?a=$1&i=$2 [L,QSA]

I think there is something wrong in this code,but I do not know how to fix it.

Member
Member
sbillard   2008-07-19, 00:57
#2

When mod_rewrite is on what does the url look like?

Also, what version of zenphoto are you running?

Member
Member
cqboy2003   2008-07-21, 10:13
#3

http://localhost/%20/image/thumb/zen-logo.jpg
that album's name is "FLV"

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.