Re: [EMAIL PROTECTED] Mod-Rewrite within a Mod-Rewrite

2006-05-09 Thread Krist van Besien
On 5/8/06, David Blomstrom <[EMAIL PROTECTED]> wrote: This is the rewrite rule for my Reference section, which works: RewriteRule ^Reference/([a-zA-Z0-9()_/-]+)/?$ Reference/index.php?ref=$1 [L] I'd like to also create a similar Glossary section, like this: RewriteRule ^Glossary/([a-zA

RE: [EMAIL PROTECTED] Mod-Rewrite within a Mod-Rewrite

2006-05-09 Thread Axel-Stéphane SMORGRAV
remove the / as in [a-zA-Z0-9()_-]. -ascs From: David Blomstrom [mailto:[EMAIL PROTECTED] Sent: Monday, May 08, 2006 2:16 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Mod-Rewrite within a Mod-Rewrite This is the rewrite rule for my Reference section

[EMAIL PROTECTED] Mod-Rewrite within a Mod-Rewrite

2006-05-07 Thread David Blomstrom
This is the rewrite rule for my Reference section, which works: RewriteRule ^Reference/([a-zA-Z0-9()_/-]+)/?$ Reference/index.php?ref=$1 [L] I'd like to also create a similar Glossary section, like this: RewriteRule ^Glossary/([a-zA-Z0-9()_/-]+)/?$ Glossary