I know this is an obvious question for you guys, to get to the point, my site's URL is papayaleavestea.com
I googled for answers and have found in the htaccess file :
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /~papayaleavestea/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /~papayaleavestea/index.php [L]
</IfModule>
# END WordPress
does anyone know or explain those line of codes or tell me what can I do cause I'm not that great of a programmer(more like a beginner still). would still appreciate any advice or help i can get from you guys.