Is it possible to mod_rewrite BASED on the existence of a file/directory and uniqueID?
- by JM4
My site currently forces all non www. pages to use www.
Ultimately, I am able to handle all unique subdomains and parse correctly but I am trying to achieve the following:
(ideally with mod_rewrite):
when a consumer visits www.site.com/john4, the server processes that request as:
www.site.com?Agent=john4
Our requirements are:
The URL should…