Gone [G] causing some weirdness

New to mod_rewrite? This is a good place to start.

Gone [G] causing some weirdness

Postby Jeroen » Thu Feb 16, 2006 2:41 am

I have two subdomains that I want to mark as Gone, as described in RFC2616. So I used this code:

Code: Select all
#
# Fora 410
#
RewriteCond %{HTTP_HOST} ^delta\.jero\.net$ [OR]
RewriteCond %{HTTP_HOST} ^bb\.jero\.net$
RewriteRule . http://jero.net/ [G,L]


However, when going to either http://delta.jero.net/ or http://bb.jero.net/ the 302 Found status is given.
Jeroen
 
Posts: 1
Joined: Thu Feb 16, 2006 2:39 am

Return to Beginner's Corner

Who is online

Users browsing this forum: No registered users and 33 guests

cron