6 ms·
Check wp-config.php, look for $table_prefix = that is normally wp_ then, in {$table_prefix}options, normally wp_options, two values contain the url: select
by cd34 14y ago
Check wp-config.php, look for $table_prefix =
that is normally wp_
then, in {$table_prefix}options, normally wp_options, two values contain the url:
select * from wp_options where option_name in ('siteurl','home');
- skat_et_dieu 14y agoOk, thanks for your help! I'm really lost here and the site is supposed to be up by the end of this week :/