the site url is https://www.duckpuddle.net/blog
when i went to the MySQL Account Maintenance in the cpanel this is what it said
Connection Strings
Perl $dbh = DBI->connect(“DBI:mysql:linny_wrdp1:localhost”,”linny_wrdp1″,”<PASSWORD HERE>”);
PHP $dbh=mysql_connect (“localhost”, “linny_wrdp1”, “<PASSWORD HERE>”) or die (‘I cannot connect to the database because: ‘ . mysql_error());
mysql_select_db (“linny_wrdp1”);
The permalinks structure under the common options its set for default
where would i find the mod_rewrite?
I am new to all of this so I have no clue what im doing