I want to grab the URL that a user requested in the vhost section of httpd.conf and check if they are requesting the specific vhost site. I see REQUEST_URI is the portion after the site name, and I thought about setenvif referrer but that is not what site they entered.
I want to capture it and then use it in a mod_rewrite condition.
Thanks
I want to capture it and then use it in a mod_rewrite condition.
Thanks