blank pages after install
i installed wordpress 3.0.1 and classipress 3.04 ult.
The only perm link that work for the hello world add is the default perm link. All the other result to a blank page so does the post ad link.
Hello world listing =>
http://localhost/wordpress/hello-world/ a blank page
post an Ad =>
http://localhost/wordpress/add-new/ a blank page
Ps: i am running all locally for a test did all the install step in the video
.htaccess was created in my wordpress dir
with this content
# 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
Last edited by jomarkosabel; August 24th, 2010 at 09:27 AM.