Htaccess File

1OOSUR/neard/master/www/.htaccess

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