Viewing 3 replies - 1 through 3 (of 3 total)
  • Make sure your .htaccess file looks like this:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Which is basic redirects setup
    https://codex.www.ads-software.com/htaccess

    If that doesn’t work, make sure your wp-config.php file doesn’t have any thing weird that doesn’t belong there. Check out this generator for a clean wp-config.php file. NOTE, your database details are very important and MUST match what you have now. So back up the file before editing.

    Thread Starter maniaka

    (@maniaka)

    Ok, now work… (i wait all day to see all right), i make a new wp-config.php. Beware wp-supercache. But i think

    You have won the heaven thats days.

    Thx so much.

    Glad it worked.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blank page’ is closed to new replies.