Forum Moderators: phranque
Here is the rule I've written
RewriteRule ^(.*)\.php$ index.php?team=$1 [L]
The intent is
you go to blah/blah/widget.php and it goes to index.php passing the widget part as the $team variable.
Rewrite base has it pointing to the right spot, it just doesn't seem to pass anything other than index for the $temp var.
Any ideas what I am missing?
TY as always :)