The other lines that you see on the Network tab may be removed by disabling AdBlock on the InfinityFree page and services. We cover the costs of free hosting with ads, so disable AdBlock or you may not be able to get in one of the accounts anymore! Someone should find a way to integrate BlockAdblock on their code.
On line 8 replace RewriteRule . /wordpress/index.php [L] with RewriteRule ./index.php [L], and on line 5 replace RewriteRule ./index.php [L] with RewriteRule ^index\.php$ - [L].
Did you upload a WordPress site? The index.php file contains all the pages you included on the precedent wp-admin (they aren’t in folders, but in a file xD), and to edit them you may go on the wp-admin after you’ve done these modifications.
on other hosting i just did upload whole folder with my website and just changed some infos to connect to database and it was ok here i need to do everything manually pls help me with it
But firstly, before you go on the wp-admin, go on phpMyAdmin on the database you had created with the imported contents (if it doesn’t load try loading it in incognito mode), go on the wp_options table, and modify the values of siteurl and home from http://dreamhopehome.epizy.com/wordpress (or whatever it will be) to http://dreamhopehome.epizy.com/ and save the changes.