we are trying to install Uvdesk it is structuring at public folders throwing " This site can"t be reached an error. Please solve asap
-------------------------------------------------------------------------This is my .htaccess file code
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.)$ ./index.php/$1 [QSA,L]
RewriteCond %{HTTP:Authorization} ^(.)
RewriteRule .* - [e=HTTP_AUTHORIZATION:%1]
</IfModule>