[PHP] Re: Using mod_rewrite and PHP

2003-02-27 Thread Dan Phiffer
At the advice of a friendly php-general reader, I tried the following: RewriteEngine on Options +FollowSymlinks RewriteBase/issues/ RewriteCond%{REQUEST_FILENAME} -d RewriteRule ^(.+)([/]?)$ $1/ [R] RewriteRule ^([0-9]/[a-z]/[a-z0-9])([/]?) /index.php?year=$1\month=$2\article=$3 And

Re: [PHP] Re: Using mod_rewrite and PHP

2003-02-27 Thread Peter Janett
- Original Message - From: Dan Phiffer [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, February 27, 2003 1:29 AM Subject: [PHP] Re: Using mod_rewrite and PHP At the advice of a friendly php-general reader, I tried the following: RewriteEngine on Options +FollowSymlinks