all root files should be uploaded in a subfolder called “public_html” this is where I uploaded word press and the .htaccess file, when a browser is pointed to my website, public_html is treated as the root directory. does this mean the “RewriteRule” should be altered to index.php/public_html?
My mistake guys! I mean public_html/index.php
Any suggestions?