Search found 3 matches

by mjmorgan
Mon Jan 22, 2007 2:39 pm
Forum: Miscellaneous
Topic: .htaccess Environment Variables
Replies: 5
Views: 1690

apache_getenv() is not available in Apache/1.3.37.
by mjmorgan
Mon Jan 22, 2007 11:45 am
Forum: Miscellaneous
Topic: .htaccess Environment Variables
Replies: 5
Views: 1690

Tried both suggestions and still no worky. :?
by mjmorgan
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...