[thelist] I KNOW Apache can do this???

James Spahr james at designframe.com
Sun Aug 20 22:19:35 CDT 2000


on 8/20/00 4:45 PM, Ben Vigil at news at abelware.com wrote:

> -----------------
> RewriteEngine on
> Option FollowSymLinks
> RewriteBase  /msgs/
> RewriteRule  ^(.+)/(.+)/$   index.cgi?action=$1&param=$2
> -----------------
> 
> Any ideas?

RewriteRule  ^([^/]*)/([^/]*)/$   index.cgi?action=$1&param=$2

maybe this?
that's the problem I see anyway, never used the RewriteBase command, maybe
that's causing problem I don't know about.

James.







More information about the thelist mailing list