Viewing 3 replies - 1 through 3 (of 3 total)
  • This happened to me and turned out to be a missing or corrupted .htaccess file.

    Thread Starter elkhe

    (@elkhe)

    let me show you my .htaccess content:

    # 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

    Can you give us a link to the website in question?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Index.php shown instead of my child theme style’ is closed to new replies.