No worries, solved my own problem.
But if someone els does this add back:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Yeah well, where do i change this? obviously it doesn’t work in admin panel.
Do i need to change it in some of the php files, incase which?