Quote:
Originally posted by ClickBuster
It doesn't work, can you point me the errors. I'm too lazy to read mod_rewrite manual trying to figure out why it's not rewriting In the same time, Apache is not returining "Internal Server Error" messages. Any ideas?
|
Well, I suppose it's be just about as easy to copy what I posted there that is known to work and not modified to something different, but that's your decision I guess.
One thing, you cannot send hotlinkers like this:
RewriteRule .*\.([Jj][Pp][Gg]|[Gg][Ii][Ff])$ http://www.free-pussysite.com/404.html
You have to send them to an image, like I did. Not to a page ".html".
NOW, here's the trick. That "image" is on a different domain IN a folder with .htaccess IN the folder which redirects 404. That image does NOT exist, thus, it's a 404 image and redirected by .htaccess to a page anywhere I chose.
AST