[wp-testers] permalinks broken ?

Vidyut Luther vid at phpcult.com
Fri Aug 12 23:08:31 GMT 2005


Can anyone confirm that the current build has the permalinks broken ?

I'm running alpha on my website on purpose (I'm stupid/brave/silly..)

When I go to www.phpcult.com , none of the permalinks of the posts  
seem  to be working, they just load the homepage again.
More importantly, the link to the Binder page doesn't load at all.  
Not even from the Manage Pages editor
Same for the About page.


http://www.phpcult.com/about/

http://www.phpcult.com/binder-the-dns-control-panel/

what am I doing wrong ?

Here is the .htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>

# END WordPress


RewriteRule ^feed/ /wp-feed.php [L]




More information about the wp-testers mailing list