Occasionally I'm callous and strange.

Willow ,'The Killer In Me'


Buffistechnology 2: You Made Her So She Growls?  

Got a question about technology? Ask it here. Discussion of hardware, software, TiVos, multi-region DVDs, Windows, Macs, LINUX, hand-helds, iPods, anything tech related. Better than any helpdesk!


Allyson - May 19, 2005 8:29:01 pm PDT #3010 of 10003
Wait, is this real-world child support, where the money goes to buy food for the kids, or MRA fantasyland child support where the women just buy Ferraris and cocaine? -Jessica

I created a .htaccess file, uploaded it to my server, and...nothing happened.


§ ita § - May 19, 2005 8:38:15 pm PDT #3011 of 10003
Well not canonically, no, but this is transformative fiction.

How did you test?

Try that page I linked to, after clearing your cache.


Allyson - May 19, 2005 8:44:27 pm PDT #3012 of 10003
Wait, is this real-world child support, where the money goes to buy food for the kids, or MRA fantasyland child support where the women just buy Ferraris and cocaine? -Jessica

I did. Nothing.

I checked my provider, and it gives me the same code, so there's no reason for it to not work. Hm. I'm sure it's something ridiculous.


§ ita § - May 19, 2005 8:46:44 pm PDT #3013 of 10003
Well not canonically, no, but this is transformative fiction.

Give me an image URL.


Allyson - May 19, 2005 8:50:41 pm PDT #3014 of 10003
Wait, is this real-world child support, where the money goes to buy food for the kids, or MRA fantasyland child support where the women just buy Ferraris and cocaine? -Jessica

[link]

Most frequently stolen.


§ ita § - May 19, 2005 8:52:35 pm PDT #3015 of 10003
Well not canonically, no, but this is transformative fiction.

The .htaccess file is in /graphics/revue/auction/? And you're using the exact text I suggested? If not, can you post it?


Allyson - May 19, 2005 8:54:43 pm PDT #3016 of 10003
Wait, is this real-world child support, where the money goes to buy food for the kids, or MRA fantasyland child support where the women just buy Ferraris and cocaine? -Jessica

RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(.*.)?emahollywood.com/.*$ [NC] RewriteRule .*.(jpg|jpeg|gif)$ [link] [R,NC]


Allyson - May 19, 2005 8:56:20 pm PDT #3017 of 10003
Wait, is this real-world child support, where the money goes to buy food for the kids, or MRA fantasyland child support where the women just buy Ferraris and cocaine? -Jessica

I put it both in that folder and in my main folder. It thought it was supposed to work in all sub folders, but when I didn't I uploaded to the auction folder, too.


§ ita § - May 19, 2005 8:59:12 pm PDT #3018 of 10003
Well not canonically, no, but this is transformative fiction.

Okay, I'm way too tired to be sensible right now, so I'll look at it again in the morning, if that's okay.

Also, the way I troubleshot mine was to take out the line that allowed that site to see its own images, and see if it really broke it hard. That is the RewriteCond %{HTTP_REFERER} !^http://(.*.)?emahollywood.com/.*$ [NC] line.

Tomorrow!


Eddie - May 19, 2005 9:00:54 pm PDT #3019 of 10003
Your tag here.

See Blocked Inline-Images here.

ETA: Comparing their example to what you posted Allyson, the only major difference I see is in the Rewrite Rule:

RewriteRule .*\\.gif$        -                                    [F]