1OOSUR/neard/master/www/.htaccess - Htaccess File

1OOSUR/neard/master/www/.htaccess

<IfModule mod_rewrite.c>
    Options +FollowSymlinks
    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTP_HOST} !^localhost$ [NC]
    RewriteRule (.*) http://localhost/$1 [QSA,R=301,L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST

Comments

Apache