<rdf:RDF
    xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
    xmlns:s='http://snipsnap.org/rdf/snip-schema#'
    xml:base='http://bliki.rimuhosting.com/rdf'>
    <s:Snip rdf:about='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/webserver/apache/redirects'
         s:cUser='david'
         s:oUser=''
         s:mUser='retep'>
        <s:name>knowledgebase/linux/webserver/apache/redirects</s:name>
        <s:content>1 Redirecting an Incoming Request&#xD;&#xA;&#xD;&#xA;Somtimes you have content which has been moved or deleted, but you&apos;d like to return something to the client instead of the dreaded 404 response.  In this case, you can use the Redirect directive to specify what you want to do:&#xD;&#xA;&#xD;&#xA;{code}&#xD;&#xA;# Temporary Redirect (code 302)&#xD;&#xA;Redirect      /your/path/file.html http:\//yourdomain.com/some/path/file.html&#xD;&#xA;Redirect temp /your/path/file.html http:\//yourdomain.com/some/path/file.html&#xD;&#xA;&#xD;&#xA;# Permanent Redirect (code 301)&#xD;&#xA;Redirect permanent /your/path/file.html http:\//yourdomain.com/some/path/file.html&#xD;&#xA;&#xD;&#xA;# Moved (code 303)&#xD;&#xA;Redirect seeother /your/path/file.html http:\//yourdomain.com/some/path/file.html&#xD;&#xA;&#xD;&#xA;# Gone (code 410)&#xD;&#xA;Redirect gone&#9;/your/path/file.html&#xD;&#xA;{code}&#xD;&#xA;&#xD;&#xA;Note, these do not have to be static html files; the incoming and redirected requests could be to any resource type.</s:content>
        <s:mTime>2007-05-07 00:44:50.0</s:mTime>
        <s:cTime>2007-05-04 14:24:36.0</s:cTime>
        <s:comments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
        <s:snipLinks>
            <rdf:Bag>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/webserver/apache'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/miscapplications/ruby on rails'/>
                <rdf:li rdf:resource='#snipsnap-search'/>
                <rdf:li rdf:resource='#knowledgebase'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/webserver'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux'/>
                <rdf:li rdf:resource='#snipsnap-index'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/webserver/apache/'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/misc/bash'/>
                <rdf:li rdf:resource='http://bliki.rimuhosting.com/rdf#knowledgebase/linux/webserver/apache/mod_rewrite'/>
            </rdf:Bag>
        </s:snipLinks>
        <s:attachments
             rdf:type='http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag'/>
    </s:Snip>
</rdf:RDF>
