[EMAIL PROTECTED] RE [EMAIL PROTECTED] force 404 error

2006-02-16 Thread Oliver.Schaudt
: users@httpd.apache.org Betreff: RE: [EMAIL PROTECTED] force 404 error You can put RewriteCond/RewriteRule inside server config, virtual host, directory, .htaccess see http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html#rewritecond You don't need the DirectoryMatch because the same

RE: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Oliver.Schaudt
--- Von: Uk1ah Sm1th [mailto:[EMAIL PROTECTED] Gesendet: Mi 15.02.2006 18:04 An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] force 404 error On Wed, Feb 15, 2006 at 05:38:05PM +0100, [EMAIL PROTECTED] wrote: > >Right now they return 403 forbiden > In your first post you talked

Re: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Uk1ah Sm1th
again. > > -Urspr?ngliche Nachricht- > Von: Uk1ah Sm1th [mailto:[EMAIL PROTECTED] > Gesendet: Mi 15.02.2006 17:20 > An: users@httpd.apache.org > Betreff: Re: [EMAIL PROTECTED] force 404 error > > On Wed, Feb 15, 2006 at 04:54:51PM +0100, [EMAIL PROT

AW: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Oliver.Schaudt
et: Mi 15.02.2006 17:20 An: users@httpd.apache.org Betreff: Re: [EMAIL PROTECTED] force 404 error On Wed, Feb 15, 2006 at 04:54:51PM +0100, [EMAIL PROTECTED] wrote: > ErrorDocument 403 /path/to/errorfile/404.html > see > http://httpd.apache.org/docs/2.0/custom-error.html > > bye I am n

Re: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Joshua Slive
On 2/15/06, Uk1ah Sm1th <[EMAIL PROTECTED]> wrote: > I want to know if it is possible to force a 404 error even when a file > or directory exist. I manage my website using svn. I pull a working copy > into my htdocs directory. This also creates .svn directorys with svn > meta data. Right now they r

Re: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Uk1ah Sm1th
On Wed, Feb 15, 2006 at 04:54:51PM +0100, [EMAIL PROTECTED] wrote: > ErrorDocument 403 /path/to/errorfile/404.html > see > http://httpd.apache.org/docs/2.0/custom-error.html > > bye I am not looking for how to make custom error pages. I am looking for a way to change a http response from 200 t

AW: [EMAIL PROTECTED] force 404 error

2006-02-15 Thread Oliver.Schaudt
ErrorDocument 403 /path/to/errorfile/404.html see http://httpd.apache.org/docs/2.0/custom-error.html bye Oliver Schaudt -Ursprüngliche Nachricht- Von: Uk1ah Sm1th [mailto:[EMAIL PROTECTED] Gesendet: Mi 15.02.2006 16:29 An: users@httpd.apache.org Betreff: [EMAIL PROTECTED] force 404

[EMAIL PROTECTED] force 404 error

2006-02-15 Thread Uk1ah Sm1th
I want to know if it is possible to force a 404 error even when a file or directory exist. I manage my website using svn. I pull a working copy into my htdocs directory. This also creates .svn directorys with svn meta data. Right now they return 403 forbiden. However I would like it if they could r