anima-in-us
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: I get redirected after log inThe usual redirect I think
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /evo/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Forum: Fixing WordPress
In reply to: I get redirected after log inI resolved the issue using default settings for permalink structure, but going back to the seo friendly permalink structure gives me the 404 error
any ideas on that?Forum: Fixing WordPress
In reply to: I get redirected after log inI will try again on my XAMPP server at home, maybe then I will get some useful results. If I can get the site working on XAMPP I can install wp clone and get it back to any server I like
Forum: Fixing WordPress
In reply to: I get redirected after log inThe new one – temporarily is: topwebexpansion.com/Karen
I started from scratch actually now, deleted everything and uploaded everything anew. Now I managed to log in to my backend! Yeah BUT!! All frontend links are broken now. All pages except home give me a Page Not Found error now …
I guess, if I once get my site running ok and point the nameservers of my old domain to the new site, then these problems will disappear? Hopefully? But I wanted to make sure because I have no way of remaking the site from scratch if anything happened.
Forum: Fixing WordPress
In reply to: I get redirected after log inHi, thxs for the answers! I run the replace script in my database. Now the front end is all correct, all urls are myotherdomain.com/ etc
But when I try to log in now, wp-login.php outputs a blank page.
So I started troubleshooting log in:– I tried putting update_option( ‘siteurl’, ‘https://myotherdomain.com’ );
update_option( ‘home’, ‘https://myotherdomain.com’ )in functions.php of the active theme
_ I tried putting
define(‘WP_HOME’,’https://myotherdomain.com’);
define(‘WP_SITEURL’,’https://myotherdomain.com’);in wp-config.php
– I tried setting relocate to true and put the relocate script in wp-login.php
– I tried disabling all plug-ins by renaming plug-in folder
– I tried disabling active theme altogether by renaming active theme folder (this gave me blank page on front end)
I cannot get anything but blank page for wp-login.php
I’m stumped! In the old page I can access backend, but cannot install plug-ins because the ftp server is corrupted.
In my new page I can get access to ftp and mysql but cannot get into backend … I don’t know what to do now
Forum: Fixing WordPress
In reply to: Editing page ends in blank /post.phpThxs a lot! That helped, and I found out it was a plugin causing it