Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter anima-in-us

    (@powerprog)

    The 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>

    Thread Starter anima-in-us

    (@powerprog)

    I 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?

    Thread Starter anima-in-us

    (@powerprog)

    I 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

    Thread Starter anima-in-us

    (@powerprog)

    The 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.

    Thread Starter anima-in-us

    (@powerprog)

    Hi, 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&#8217; );
    update_option( ‘home’, ‘https://myotherdomain.com&#8217; )

    in functions.php of the active theme

    _ I tried putting
    define(‘WP_HOME’,’https://myotherdomain.com&#8217;);
    define(‘WP_SITEURL’,’https://myotherdomain.com&#8217;);

    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

    Thread Starter anima-in-us

    (@powerprog)

    Thxs a lot! That helped, and I found out it was a plugin causing it

Viewing 6 replies - 1 through 6 (of 6 total)