• im running v4.9, with v3.2.1 of WP and up until a few days ago, it was running fine and then all of a sudden…BAM, it started throwing 500 errors in relation to the standard htaccess rules:

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

    Why is this breaking ?

    http://wordpress.org/extend/plugins/exec-php/

The topic ‘exec-php & .htaccess file’ is closed to new replies.