• Hallo WP folks,

    I am having trouble with permalink. only the default works. other ones having trouble and getting Object not found 404 error.

    I have installed WP 2.5 earlier and never had a problem with it.

    current configuration:
    WP 2.6.1 fresh install on Apache under windows XP (Development server – local notwork)

    my htaccess file looks like this

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

    what am I doing wrong here!

    thank you,

    ps: searched the forum and found nothing helpful to this regard.

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

    (@nsathees)

    Thank you,
    It was the error on my side. By default the apache is not enabled to Mod_rewrite. uncomment it and every thing works fine.

    if anyone else needs to do so, here is how . . .

    Enable mod_rewrite

    1. Find the httpd.conf file (usually you will find it in a folder called conf, config or something along those lines)
    2. Inside the httpd.conf file uncomment the line LoadModule rewrite_module modules/mod_rewrite.so (remove the pound ‘#’ sign from in front of the line)

    and don’t forget to restart the web server!

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

The topic ‘WP 2.6.1 Permalink error’ is closed to new replies.