Search the Community
Showing results for tags 'timthumb'.
-
Hi, I am newbie to htaccess. i am using timthumb for resizing the images RewriteRule ^inner-banner/(.*)\.([jpg|gif|png|JPG|GIF|PNG]+)$ timthumb.php?src=http://mydomain.com/images/banner/$1.$2&h=350&w=960&zc=0 [QSA,L] This gives me the result : http://mydomain.com/inner-banner/myimage.jpg Now i mapped a subdomain to the folder images. http://subdomain.mydomain.com is mapped to the images folder. So now i need to show the above result as http://subdomain.mydomain.com/inner-banner/myimage.jpg i modified the htaccess like RewriteRule ^inner-banner/(.*)\.([jpg|gif|png|JPG|GIF|PNG]+)$ timthumb.php?src=http://subdomain.mydomain.com/banner/$1.$2&h=350&w=960&zc=0 [QSA,L] Expected Result: http://subdomain.mydomain.com/inner-banner/myimage.jpg But it is not coming like that. it shows 404. Kindly help me resolving this issue.
-
Hello all, I am trying to chase down an error thrown by timthumb.php I get this error: however A TimThumb error has occured The following error(s) occured: Could not find the internal image you specified. Query String : src=http://omegaopc.org/wp-content/connection_images/dillon_original.jpg&h=54&w=80&zc=2 TimThumb version : 2.8.11 however, the url source without the resize info (http://omegaopc.org/wp-content/connection_images/dillon_original.jpg) loads just fine. I have set the permissions on the connection_images folder to 755 as well as on timthumb.php I have heard this error comes from a permissions issue - but I can't find where else a permissions restriction would be? Any ideas how to track this down?