Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter stmathew

    (@stmathew)

    Just checked the .htaccess file on wordpress root . It is writeable and the contents are –
    =========

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

    # END WordPress
    ===========

Viewing 1 replies (of 1 total)