I'm experimenting with mod_rewrite. I'm following the following tutorial: http://articles.sitepoint.com/article/apache-mod_rewrite-examples
Why does this work: RewriteRule ^/?$ master.php [NC,L] But not this: RewriteRule ^/?([a-zA-Z_]+)$ master.php [NC,L] Eventually, I'd like the latter (non-working) line to be something like: RewriteRule ^/?([a-zA-Z_]+)$ master.php?p=$1 [NC,L] I'd be happy to show off more code if you'd like to see it. Thanks! -- Andrew Jackman [email protected] CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. _______________________________________________ EUGLUG mailing list [email protected] http://www.euglug.org/mailman/listinfo/euglug
