permalinks problem
-
Hey.
I installed WordPress 3.0 lastnight and im having some problems with Permalinks. Ive set “custom permalinks” to be /%postname%/ and i have the following in my .htaccess file, still when i go to https://mydomain.net/postname it’s saying that the link is broken. why? ??
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘permalinks problem’ is closed to new replies.