GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   default image .htaccess? (https://gfy.com/showthread.php?t=664487)

mkx 10-10-2006 02:33 AM

default image .htaccess?
 
I need to set a default image when the image requested doesn't exist. How can I do this with .htaccess?

Hope someone can help

gooddomains 10-10-2006 02:44 AM

bump 4 ya

mkx 10-10-2006 03:20 AM

bump for me

gooddomains 10-10-2006 03:21 AM

bump 4 ya

mkx 10-10-2006 03:58 AM

bump for me

Wolfy 10-10-2006 04:32 AM

Code:

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (gif|jpe?g|bmp|png)$ http://www.yoursite.com/images/default.gif [R,L]


I think that does it.

mkx 10-10-2006 12:42 PM

Thanks that worked :)

lambpie 10-10-2006 12:44 PM

this stuff went straight over my head!


All times are GMT -7. The time now is 07:09 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123