Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author axew3

    (@axewww)

    Thread Starter diabloclan

    (@diabloclan)

    I read the topic, my htaccess file in the root wp

    # 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

    • This reply was modified 9 years, 7 months ago by diabloclan.
    Plugin Author axew3

    (@axewww)

    no idea at moment, but if i’m not wrong you’re on a Win server.
    If you confirm this, i will try out to install finally a win server with php as soon i can, looking to what is wrong in this kind of configuration, since i think you report a problem that for some other reason maybe, have come out more times in the while.

    • This reply was modified 9 years, 7 months ago by axew3.
    Thread Starter diabloclan

    (@diabloclan)

    Site is hosted. Web Server nginx / 1.9.12

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘WP_w3all 404 error pages’ is closed to new replies.