arif04cuet/timer/master/.htaccess - Htaccess File

arif04cuet/timer/master/.htaccess

RewriteEngine On
        RewriteCond %{HTTP_HOST} ^clientarea.outsource24-7.com$ [OR]
        RewriteCond %{HTTP_HOST} ^www.clientarea.outsource24-7.com$ [OR]
        RewriteCond %{HTTP_HOST} ^outsource24-7.com$
        RewriteCond %{REQUEST_URI} ^/$
        RewriteRule ^(.*)$ http://www.outsource24-7.com/ [R=301,L]

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_URI

Comments

Apache