• Hi,
    I got message that Page is not found whenever I try to preview drafts.
    My wordpress url is: “arsov.net/WP-Soundbytes/wordpress”
    and site address is “https://www.soundbytesmag.net”

    My htaccess is:
    # 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

    I presume that I should add something in htaccess, but not sure what.

    Thanks in advance for your answer
    Alex

  • The topic ‘Page not found when I try to preview drafts.’ is closed to new replies.