Trouble moving from a sub folder to root domain - help needed!

Ok, I’ve got access to the PhpMyAdmin now!

I’ve checked this now and both are pointing to the root domain…

ok, so try this trick : (please always backup your files before trying anything i suggest!!)

open .htaccess delet all the content and add this one :

RewriteEngine on

<IfModule mod_rewrite.c>
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Im pretty sure its a permalink issue… because when i try to get to your wp-login.php i get : The requested URL /wp-login.php was not found on this server.

Tried that - didn’t work! :frowning: