i am running apache
when user accesses any url in myapp/ it should go to undermaintanence.php
http://myhost/myapp/
to
http://myhost/undermaintanence.php
i tried this but does not work
Code: Select all
RewriteEngine on
RewriteRule myapp/.* undermaintanence.phpthanks.