htaccess conditional statements based on server name/path
- by cmpscabral
Is it possible to write some conditional "if" statements in htaccess based on the server name/path?
I know I can use <IfModule> but that doesn't solve the problem when the development and production server are identical.
thanks