permalink wrote my .htaccess wrong or???
-
I just installed wordpress for the first time and noticed the .htaccess file has two comments in it and then I chose numeric permalinks with /archives/4, etc. etc. Well, when I use the page, I get a 404, but I notice the link on the main page to the other pages is wrong…it is not numeric at all but is rather /wordpress/proj-mgmt-blog like that which is cool and all, but then I get a 404 on that. The .htaccess file it generated was so….(Can I modify the .htaccess file to make this work???…not sure why it is not obeying the numeric at all, is this a bug?)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase wordpress/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress
- The topic ‘permalink wrote my .htaccess wrong or???’ is closed to new replies.