.htaccess from /public_html dump...
Before this, this file was completed empty until i got some suggestions from Leafy and dstilter.
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ wp/ [L]
</IfModule>IndexOptions -FancyIndexing
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^(
www.)?http://www.easysustainableincome.x10host.com$
RewriteRule ^(/)?$ wp [L]Options -Indexes