On Mon, Apr 20, 2009 at 08:20:42AM -0700, Anne Brown wrote:
> As you suggested, I checked the vhosts file and sure enough, the problem was
> with the RewriteRule.  I changed this:
>     RewriteRule ^([A-Za-z0-9-]+)?$ index.pl/$1 
> to this:
>     RewriteRule ^([A-Za-z0-9-/]+)?$ index.pl/$1
> and problem solved.

Problem solved, that is, until you try to access an URL with a _ in it,
or with %-encoded characters, or a ~, all of which are common. I'm not
sure what you're trying to exclude from that RewriteRule, but .* seems
like the obvious regex to use.

-- 
Sequential composition: it's just one thing after another.
http://surreal.istic.org/                         How's it going to end?

Attachment: signature.asc
Description: Digital signature

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to