Defining the base URL in 5.7

Permalink
I'm missing something. I'm trying to define the base URL but site.php doesn't exist anymore. Should I do it in database.php instead?

The problem I'm trying to fix is that my URLs show up like this:

http://www.mysite/~username/catalog...

But I want them to show up like this:

http://www.mysite/catalog

~username is part of the username on the server. It's a leftover from the temporary URL that was in place before I updated my nameservers.

 
tukuro replied on at Permalink Reply
I sort of accidentally fixed this. It seems to work. My htaccess file included this:

RewriteBase /~tucker25/

I think it was included because I originally turned on pretty urls while I was using the temporary url. Changing it to this did the trick:

RewriteBase /