Re: [PHP] Re: User-friendly URI's

2002-01-04 Thread Philip Hallstrom
"Mike Eheler" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, January 03, 2002 7:35 PM > Subject: [PHP] Re: User-friendly URI's > > > > You could always name the file "news.mike" and then tell apache that .mike > &

Re: [PHP] Re: User-friendly URI's

2002-01-03 Thread php3
Addressed to: Mike Eheler <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from Mike Eheler <[EMAIL PROTECTED]> Thu, 03 Jan 2002 16:26:53 -0800 > > That's the whole point of this thread.. that's what I want to avoid. I > want to have a URI that is easier to remember, and less

[PHP] Re: User-friendly URI's

2002-01-03 Thread Philip Hallstrom
You could always name the file "news.mike" and then tell apache that .mike is a PHP extension :) -philip On Thu, 3 Jan 2002, Mike Eheler wrote: > That's the whole point of this thread.. that's what I want to avoid. I > want to have a URI that is easier to remember, and less ugly, and also > p

[PHP] RE: User-friendly URI's

2002-01-03 Thread Philip Hallstrom
I don't know... not that I know of, but maybe. The one time I did it I wasn't really interested in the apache logs (the logging all happened in the db). I think your best bet is to use news.php, or configure apache to force "news" to be interpreted by PHP, or use mod_rewrite to rewrite the urls

[PHP] Re: User-friendly URI's

2002-01-03 Thread Mike Eheler
That's the whole point of this thread.. that's what I want to avoid. I want to have a URI that is easier to remember, and less ugly, and also provides a sense of security (even if it is only a faint sense) through obscurity. Mike Philip Hallstrom wrote: > Why not just make the script name "n

[PHP] Re: User-friendly URI's

2002-01-03 Thread Mike Eheler
I don't want to mess with the whole site, just a file or 10, or one directory, etc. Mike Jason Murray wrote: >>True, but if I remember right, the hit will end up in your >>error_log not in your access_log. >> > > Ah. Bugger. > > But since this would require messing with your Apache config >

[PHP] RE: User-friendly URI's

2002-01-03 Thread Jason Murray
> True, but if I remember right, the hit will end up in your > error_log not in your access_log. Ah. Bugger. But since this would require messing with your Apache config you could adjust that anyway surely? J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PR

[PHP] RE: User-friendly URI's

2002-01-03 Thread Philip Hallstrom
True, but if I remember right, the hit will end up in your error_log not in your access_log. -philip On Fri, 4 Jan 2002, Jason Murray wrote: > > A 404 ErrorDoc would still reply with a 404 code, which could mess up > > some search engines. > > Not true, try this: www.inww.com/ifdbnifoudbvfd > >

[PHP] Re: User-friendly URI's

2002-01-03 Thread Philip Hallstrom
Why not just make the script name "news.php" and not worry about it? On Thu, 3 Jan 2002, Mike Eheler wrote: > A 404 ErrorDoc would still reply with a 404 code, which could mess up > some search engines. > > I was thinking of the .htaccess solution, but I'm not sure if that's > possible to force