Re: [PHP] Re: Preserving URL after redirect?

2008-03-07 Thread Richard Lynch
On Thu, March 6, 2008 6:42 am, Jochem Maas wrote: big boys use mod_rewrite, go grab a kilt :-) If mod_rewrite gives you the willies... You don't really NEED it here... Just don't create /wi/* directories, and use $_SERVER['PATH_INFO'] instead. Store all the school data somewhere else, and let

Re: [PHP] Re: Preserving URL after redirect?

2008-03-06 Thread Jochem Maas
Skip Evans schreef: (Apologies to Shawn for sending this directly to him and not the entire list, that was an accident. Here it is for the list.) Shawn McKenzie wrote: SNIP! Rewrite rule would look something like: IfModule mod_rewrite.c RewriteEngine On RewriteCond

[PHP] Re: Preserving URL after redirect?

2008-03-05 Thread Shawn McKenzie
Skip Evans wrote: Hey all, I have a weird issue that's got me pretty stumped, and I'm not sure I can do what the client is asking, or at least not how I'm trying to do it. I have a code base of my own I'm building sites on, fully AJAX enabled so that once the site loads it never fully

Re: [PHP] Re: Preserving URL after redirect?

2008-03-05 Thread Skip Evans
(Apologies to Shawn for sending this directly to him and not the entire list, that was an accident. Here it is for the list.) Shawn McKenzie wrote: SNIP! Rewrite rule would look something like: IfModule mod_rewrite.c RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d

Re: [PHP] Re: Preserving URL after redirect?

2008-03-05 Thread Shawn McKenzie
Skip Evans wrote: (Apologies to Shawn for sending this directly to him and not the entire list, that was an accident. Here it is for the list.) Shawn McKenzie wrote: SNIP! Rewrite rule would look something like: IfModule mod_rewrite.c RewriteEngine On RewriteCond