[PHP] Using mod_rewrite and PHP

2003-02-26 Thread Dan Phiffer
So I'm trying to implement a URL system like so: http://domain.org/issues/2003/feb/article-name/ such that http://domain.org/issues/index.php will display the requested page. I've read a little about this (http://www.alistapart.com/stories/succeed/) and have gotten it to work for the most part,

RE: [PHP] Using mod_rewrite with PHP

2001-07-20 Thread Matt Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been wrestling with mod_rewrite and trying to understand how to use it for my particular purpose. I've got two php URLs I'd like to rewrite to make them search-engine friendly. Currently they look like: Example 1:

Re: [PHP] Using mod_rewrite with PHP

2001-07-20 Thread teo
Hi Miri! On Thu, 19 Jul 2001, Miri wrote: I'm using this no problem on a server running apache, but we have one client who insists on IIS and I have not been able to get it to work. Has anyone been able to get this to work with IIS? If so, any words of wisdom? :) I am using it w/ success

[PHP] Using mod_rewrite with PHP

2001-07-19 Thread Gawain
I've been wrestling with mod_rewrite and trying to understand how to use it for my particular purpose. I've got two php URLs I'd like to rewrite to make them search-engine friendly. Currently they look like: Example 1: http://mysite.com/foobar.html?c=23 Example 2:

Re: [PHP] Using mod_rewrite with PHP

2001-07-19 Thread rm
try this url, maybe it will help... http://www.zend.com/tips/tips.php?id=68single=1 --- Gawain [EMAIL PROTECTED] wrote: I've been wrestling with mod_rewrite and trying to understand how to use it for my particular purpose. I've got two php URLs I'd like to rewrite to make them

Re: [PHP] Using mod_rewrite with PHP

2001-07-19 Thread Miri
I'm using this no problem on a server running apache, but we have one client who insists on IIS and I have not been able to get it to work. Has anyone been able to get this to work with IIS? If so, any words of wisdom? :) At 09:25 PM 7/19/01 -0700, rm wrote: try this url, maybe it will help...