
March 11th, 2012, 10:45 AM
|
 |
mod_dev_shed
|
|
Join Date: Sep 2002
Location: Atlanta, GA
|
|
|
Does requesting index.php?page=test show you what you want? That's the first step.
Did you request /test or /test/ ? Your regular expression doesn't match /test/, so that would result in a 404, whereas /test should match.
__________________
# Jeremy
Explain your problem instead of asking how to do what you decided was the solution.
|