• Everything else gives me “Object not found.”

    This is a site that was moved from Godaddy to my localhost.

    .htaccess file contains the following:

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

    The config file seems to check out. So do my XAMPP conf settings. And yet, it doesn’t work.

    If I try to assign a post ID to the URL (ex: “?p=123”), I get what seems like a custom 404 page, so I assume it’s some redirection/permalink issue, but I really don’t understand enough to be able to figure it out.

    Any ideas on what I could do to fix this?

    Thanks in advance.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Nothing but home and search pages work’ is closed to new replies.