Search found 3 matches
- Mon Jan 22, 2007 2:39 pm
- Forum: Miscellaneous
- Topic: .htaccess Environment Variables
- Replies: 5
- Views: 1690
- Mon Jan 22, 2007 11:45 am
- Forum: Miscellaneous
- Topic: .htaccess Environment Variables
- Replies: 5
- Views: 1690
- Mon Jan 22, 2007 10:59 am
- Forum: Miscellaneous
- Topic: .htaccess Environment Variables
- Replies: 5
- Views: 1690
.htaccess Environment Variables
Hoping someone can help me with this problem. I'm trying to pass a variable with a RewriteRule in my .htaccess file using this technique: RewriteRule foo bar [E=VAR:VAL] I refer to the variable on the resulting page using: <? php echo $_SERVER["VAR"]; ?> and get no results. I've used phpin...