Hi there, let's say my site is www.example.com/hello/index.html when I access it for the 1st time with chrome in laptop or with android browser it loads this www.example.comhello/index.html (if I fix it in the second time will load) therefore an error, how to fix it? what is wrong in the server files or redirects? thanks in advance
It would be a good idea to provide us with the web server configuration file (virtual host block only) including the rewrite rules in the .htaccess file, so the forum members can help you with this. If for example you have a redirect rule like this one: Redirect permanent / https://www.example.com you might be missing a trailing slash / after your domain name, so the correct redirect rule should be: Redirect permanent / https://www.example.com/