Nobody has this problem before?
Sigh… it’s almost the same. Mine is
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
I put wordpress folder under my webroot.
/webroot/worpress. I think that might mean it’s not the .htaccess problem…
Any other thoughts?
Cypher, thanks! This is something I didn’t think about. What does a right .htacess file look like? I just did some search but didn’t find a file to compare.
Friends, can you provide a copy of yours?
Sorry, my bad. I mean, with all these efforts, it still shows the error info:
Not Found
The requested URL wordpress/2006/06/14/wordpress-plugins/ was not found on this server.