Quote:
Originally Posted by totalsexcams
permalink
/%postname%/
.htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
|
thanks for the tips, after some struggling it finally works
Quote:
Originally Posted by baddog
What version of WP are you using? I know a recent version was putting the htaccess file in the cgi-bin. Just need to move it.
|
Hi Baddog many thanks, I'm using WP2.8, your advise was the missing thing, now it works.
