htaccess conditional statements based on server name/path

Posted by cmpscabral on Stack Overflow See other posts from Stack Overflow or by cmpscabral
Published on 2010-01-15T11:41:57Z Indexed on 2010/05/09 5:08 UTC
Read the original article Hit count: 310

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

© Stack Overflow or respective owner

Related posts about .htaccess

Related posts about conditional