WP 2.6.1 Permalink error
-
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 WordPresswhat am I doing wrong here!
thank you,
ps: searched the forum and found nothing helpful to this regard.
The topic ‘WP 2.6.1 Permalink error’ is closed to new replies.