• I moved tekgoblin.com to a VPS and now all posts are 404 errors, .htaccess is fine with the following content:

    AddHandler php5-script .php

    # 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

    What am I missing?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mattjurek

    (@mattjurek)

    update:

    The site will only resolve posts if the permalink structure is set at default, anything else it causes 404 errors.

    Thread Starter mattjurek

    (@mattjurek)

    Update: Problem Fixed it was related to AllowOverwrite All in httpd.conf

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moved WordPress to a VPS all posts 404’ is closed to new replies.