Sorry , it is my fault.. I installed two WPs on localhost, one WP 2.3.1 in "worpdress" folder, another WP 2.3 in "wordpress2" folder, they met the same 404 error, I pasted "wordpress2" error message at last email but that .htaccess is belong to "wordpress". I am confused:o, "wordpress" error is below:
Not Found The requested URL /wordpress/2007/10/27/hello-world/ was not found on this server. ------------------------------ Apache/2.2.4 (Ubuntu) mod_fastcgi/2.4.2 mod_python/3.3.1 Python/2.5.1 PHP/5.2.3-1ubuntu6 mod_perl/2.0.2 Perl/v5.8.8 Server at localhost Port 80 In addition, I found some interesting infos in apache error log: [Sat Oct 27 15:39:09 2007] [error] [client 127.0.0.1] File does not exist: /home/qianli/WWWROOT/wordpress/2007, referer: http://localhost/wordpress/ [Sat Oct 27 15:43:20 2007] [error] [client 127.0.0.1] File does not exist: /home/qianli/WWWROOT/wordpress/2007, referer: http://localhost/wordpress/ On 10/27/07, Jeremy Visser <[EMAIL PROTECTED]> wrote: > > On 10/27/07, Zhao Qianli <[EMAIL PROTECTED]> wrote: > > The requested URL /wordpress2/2007/10/27/hello-world/ was not found on > this > > server. > > > > > RewriteBase /wordpress/ > > You are trying to access the URL, which starts with /wordpress2/, but > RewriteBase in the .htaccess contains /wordpress/. You might want to > go into Options > Permalinks and save the settings a second time, to > make sure everything's consistent. > _______________________________________________ > wp-testers mailing list > [email protected] > http://lists.automattic.com/mailman/listinfo/wp-testers > -- Zhao Qianli http://thinkinglog.info http://blog.techpush.com _______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
