Title: htaccess
Hi All,

I'm new at this and i'm trying to write my own custom htaccess file.

Here is what i have written so far:

-------------------------------------------------------------
AuthUserFile /dev/null
AuthGroupFile /dev/null
RewriteEngine On
RewriteCond %{HTTP_REFERER} !^http://www.myserver.com [NC]
RewriteCond %{HTTP_REFERER} !^http://myserver.com [NC]
RewriteRule /* http://www.myserver.com/error.mv [R,L]
-------------------------------------------------------------

My question is, instead of a RewriteRule that returns a page, how do i write it so it returns either A) nothing or, B) some text like "Not Found"?

Paul Williams
--
======================================
http://www.StuckMic.com/america -- The American Code
Remembering the attack on America
http://www.StuckMic.com -- MIVA Powered Aviation
and Air Traffic Control discussion and chat.
http://www.WavSounds.com -- Thousands of
funny wavs, fully searchable.

Reply via email to