Re: [PHP] Would this work? (mod_rewrite)

2002-04-21 Thread bvr
This can also be achieved by doing Alias / /home/blah/script.php no need to use mod_rewrite !! bvr. [ rswfire ] wrote: Assume I want *.domain.*/*.* to automatically call index.php (without the user knowing and without any redirecting at all): RewriteEngine on RewriteBase/

Re: [PHP] Would this work? (mod_rewrite)

2002-04-17 Thread Miguel Cruz
On Wed, 17 Apr 2002, [ rswfire ] wrote: Assume I want *.domain.*/*.* to automatically call index.php (without the user knowing and without any redirecting at all): RewriteEngine on RewriteBase/ RewriteRule*.* index.php [R] I don't know what in the world the [R] is, but it's in

Re: [PHP] Would this work? (mod_rewrite)

2002-04-17 Thread [ rswfire ]
Follows From: Miguel Cruz [EMAIL PROTECTED] To: [ rswfire ] [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [PHP] Would this work? (mod_rewrite) Date: Wed, 17 Apr 2002 16:55:33 -0500 (CDT) On Wed, 17 Apr 2002, [ rswfire ] wrote: Assume I want *.domain.*/*.* to automatically call

Re: [PHP] Would this work? (mod_rewrite)

2002-04-17 Thread Miguel Cruz
* index.php And it came back with a server misconfiguration. So, did I do something wrong? Original Message Follows From: Miguel Cruz [EMAIL PROTECTED] To: [ rswfire ] [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [PHP] Would this work? (mod_rewrite) Date: Wed, 17 Apr 2002 16

Re: [PHP] Would this work? (mod_rewrite)

2002-04-17 Thread [ rswfire ]
, http_core Original Message Follows From: Miguel Cruz [EMAIL PROTECTED] To: [ rswfire ] [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [PHP] Would this work? (mod_rewrite) Date: Wed, 17 Apr 2002 16:55:33 -0500 (CDT) On Wed, 17 Apr 2002, [ rswfire ] wrote: Assume I want *.domain

Re: [PHP] Would this work? (mod_rewrite)

2002-04-17 Thread [ rswfire ]
, mod_negotiation, mod_mime, mod_log_config, mod_env, http_core Original Message Follows From: Miguel Cruz [EMAIL PROTECTED] To: [ rswfire ] [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [PHP] Would this work? (mod_rewrite) Date: Wed, 17 Apr 2002 16:55:33 -0500 (CDT) On Wed

Re: [PHP] Would this work? (mod_rewrite)

2002-04-17 Thread [ rswfire ]
] To: [ rswfire ] [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [PHP] Would this work? (mod_rewrite) Date: Wed, 17 Apr 2002 17:14:13 -0500 (CDT) Do you have access to your server's error_log file? With any luck there'll be a more informative message there (something like Miguel was too lazy to pay

RE: [PHP] Would this work? (mod_rewrite)

2002-04-17 Thread SHEETS,JASON (Non-HP-Boise,ex1)
You actually want RewriteEngine on RewriteBase / RewriteRule *$ index.php Jason -Original Message- From: [ rswfire ] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 4:20 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Would this work? (mod_rewrite

RE: [PHP] Would this work? (mod_rewrite)

2002-04-17 Thread SHEETS,JASON (Non-HP-Boise,ex1)
: [ rswfire ] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 4:20 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Would this work? (mod_rewrite) This rewrite thing will actually be very good for me; my error log file will stop having a million file not found errors

RE: [PHP] Would this work? (mod_rewrite)

2002-04-17 Thread [ rswfire ]
PROTECTED] To: '[ rswfire ]' [EMAIL PROTECTED], [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: RE: [PHP] Would this work? (mod_rewrite) Date: Wed, 17 Apr 2002 18:29:25 -0400 And I fall victim to my own stupidity/cache again. You actually want RewriteEngine on RewriteBase / RewriteRule ^$ index.php

Re: [PHP] Would this work? (mod_rewrite)

2002-04-17 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: But now I am receiving a 404 error message and the following message in my error log: [Wed Apr 17 18:31:26 2002] [error] [client 172.131.190.148] File does not exist: /home/swiften/public_html/404.shtml [Wed Apr 17 18:31:26 2002]