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
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
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