RE: [PHP] probs w/ pass vars as fake directories

2002-02-07 Thread Mikusch, Rita
> > I tried it out on my site by deleting the get parameters and > > typing the mock directories in on the url. Very cool, my website > > is still being displayed even with the fake directories. BUT, > > I noticed that the server was not finding my css page or my images. > You need to exclu

RE: [PHP] probs w/ pass vars as fake directories

2002-02-07 Thread Jon Haworth
> I tried it out on my site by deleting the get parameters and > typing the mock directories in on the url. Very cool, my website > is still being displayed even with the fake directories. BUT, > I noticed that the server was not finding my css page or my images. You need to exclude certain r

[PHP] probs w/ pass vars as fake directories

2002-02-07 Thread Mikusch, Rita
I discovered this wonderful article at zend discussing how to pass get parameters as mock directory names . . . ie www.ica.bc.ca/kb.php3?artid=34&catid=23 would become www.ica.bc.ca/kb.php3/artid/34/catid/23. Then you retrieve these values from the $PATH_INFO variable. I tried it out on my site b